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
3131PHP_SHLIB_SUFFIX_NAMES
3232
3333dnl 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
4343if test -z "$prefix"; then
4444 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