Skip to content

Commit 934b97d

Browse files
committed
MFH
1 parent d2d88e7 commit 934b97d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/phpize.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ PHP_RUNPATH_SWITCH
3131
PHP_SHLIB_SUFFIX_NAMES
3232

3333
dnl Find php-config script
34-
PHP_ARG_WITH(config,,
34+
PHP_ARG_WITH(php-config,,
3535
[ --with-php-config=PATH Path to php-config [php-config]], php-config, no)
3636

37-
prefix=`$PHP_CONFIG --prefix 2>/dev/null`
38-
phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
39-
INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
40-
EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
41-
PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`
37+
prefix=`$PHP_PHP_CONFIG --prefix 2>/dev/null`
38+
phpincludedir=`$PHP_PHP_CONFIG --include-dir 2>/dev/null`
39+
INCLUDES=`$PHP_PHP_CONFIG --includes 2>/dev/null`
40+
EXTENSION_DIR=`$PHP_PHP_CONFIG --extension-dir 2>/dev/null`
41+
PHP_EXECUTABLE=`$PHP_PHP_CONFIG --php-binary 2>/dev/null`
4242

4343
if test -z "$prefix"; then
4444
AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])

0 commit comments

Comments
 (0)