]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
authorfoobar <sniper@php.net>
Tue, 25 Feb 2003 06:36:21 +0000 (06:36 +0000)
committerfoobar <sniper@php.net>
Tue, 25 Feb 2003 06:36:21 +0000 (06:36 +0000)
configure.in

index 70c4695b45ab0bd6f00b1c410ed1e3d01a9b6189..7ec3370eac90fd951b08f89a79c23eeeff1a348d 100644 (file)
@@ -1061,6 +1061,13 @@ if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
   CPPFLAGS="$CPPFLAGS -DTHREAD=1"
 fi
 
+dnl
+dnl Libtool creation
+dnl
+
+PHP_CONFIGURE_PART(Configuring Zend)
+
+LDFLAGS="$LDFLAGS $PHP_AIX_LDFLAGS"
 AC_PROG_LIBTOOL
 if test "$enable_debug" != "yes"; then
   PHP_SET_LIBTOOL_VARIABLE([--silent])