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

index 1f3aec237a2df7680df338baff7ef9e13d4bae64..0a2a1f838c57e0400ac8addc20aee0e0c1a78a9b 100644 (file)
@@ -26,7 +26,6 @@ AC_REQUIRE([AC_PROG_CC])
 AC_REQUIRE([AC_PROG_CC_C_O])
 AC_REQUIRE([AC_PROG_LEX])
 AC_REQUIRE([AC_HEADER_STDC])
-AC_REQUIRE([AC_PROG_LIBTOOL])
 
 LIBZEND_BISON_CHECK
 
index fb7dc63b54667f247ed27000c84667fc30710572..2846c16c9ef09c5bd7a5d084c40c7efbaf8bfa95 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])