File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ PHP_RUNPATH_SWITCH
31
31
PHP_SHLIB_SUFFIX_NAMES
32
32
33
33
dnl Find php-config script
34
- PHP_ARG_WITH(config,,
34
+ PHP_ARG_WITH(php- config,,
35
35
[ --with-php-config=PATH Path to php-config [ php-config] ] , php-config, no)
36
36
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`
42
42
43
43
if test -z "$prefix"; then
44
44
AC_MSG_ERROR ( [ Cannot find php-config. Please use --with-php-config=PATH] )
You can’t perform that action at this time.
0 commit comments