From 5b7ff6f72ae9a8b11c8d57245939806cabcd95e4 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 26 Oct 2000 18:00:30 +0000 Subject: [PATCH] Provide name of libtool archive. Apache 2.0's apxs prefers that. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index a1c45fcd474..639564b60e3 100644 --- a/configure.in +++ b/configure.in @@ -139,6 +139,7 @@ dnl paths to the targets are relative to the build directory SAPI_PROGRAM=php SAPI_SHARED=libs/libphp4.$SHLIB_SUFFIX_NAME SAPI_STATIC=libs/libphp4.a +SAPI_LIBTOOL=libphp4.la PHP_CONFIGURE_PART(Configuring SAPI modules)