From: foobar Date: Tue, 25 Feb 2003 06:35:43 +0000 (+0000) Subject: - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). X-Git-Tag: RELEASE_0_5~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9b5e34005ea3bd2c222300ffa96ac518e8b46ee;p=php - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). --- diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 1f3aec237a..0a2a1f838c 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -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 diff --git a/configure.in b/configure.in index fb7dc63b54..2846c16c9e 100644 --- a/configure.in +++ b/configure.in @@ -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])