From: Sascha Schumann Date: Thu, 26 Oct 2000 18:00:30 +0000 (+0000) Subject: Provide name of libtool archive. X-Git-Tag: php-4.0.4RC3~527 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b7ff6f72ae9a8b11c8d57245939806cabcd95e4;p=php Provide name of libtool archive. Apache 2.0's apxs prefers that. --- diff --git a/configure.in b/configure.in index a1c45fcd47..639564b60e 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)