From: Derick Rethans Date: Mon, 11 Nov 2002 16:32:17 +0000 (+0000) Subject: - Revert that patch, this was not optional at all. X-Git-Tag: php-4.3.0RC1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a5cb37ac487ac6e1ea24f9d4a8641668e971739;p=php - Revert that patch, this was not optional at all. --- diff --git a/pear/pear.m4 b/pear/pear.m4 index 130d080372..1a3cdec894 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -72,8 +72,8 @@ enable_shared=yes AC_PROG_LIBTOOL AC_PROG_AWK -all_targets='$(PHP_MODULES) all-optional' -install_targets='install-modules install-optional' +all_targets='$(PHP_MODULES)' +install_targets=install-modules phplibdir="`pwd`/modules" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"