From fd5f2b33a9f088c648b38eb7b28c469546230d05 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 25 Feb 2003 06:36:21 +0000 Subject: [PATCH] MFH: Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.in b/configure.in index 70c4695b45..7ec3370eac 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]) -- 2.50.1