From: Antony Dovgal Date: Wed, 25 Jul 2007 09:41:06 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.4RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=934b97d611c5a6938ba0c4ce58b299fe76ae310a;p=php MFH --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 2e93e58a17..be7f436fd2 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -31,14 +31,14 @@ PHP_RUNPATH_SWITCH PHP_SHLIB_SUFFIX_NAMES dnl Find php-config script -PHP_ARG_WITH(config,, +PHP_ARG_WITH(php-config,, [ --with-php-config=PATH Path to php-config [php-config]], php-config, no) -prefix=`$PHP_CONFIG --prefix 2>/dev/null` -phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null` -INCLUDES=`$PHP_CONFIG --includes 2>/dev/null` -EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null` -PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null` +prefix=`$PHP_PHP_CONFIG --prefix 2>/dev/null` +phpincludedir=`$PHP_PHP_CONFIG --include-dir 2>/dev/null` +INCLUDES=`$PHP_PHP_CONFIG --includes 2>/dev/null` +EXTENSION_DIR=`$PHP_PHP_CONFIG --extension-dir 2>/dev/null` +PHP_EXECUTABLE=`$PHP_PHP_CONFIG --php-binary 2>/dev/null` if test -z "$prefix"; then AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])