Commit 10dc406f6a31c65640ed8cc8b5d94e2be4c12bba
1 parent
c8800168
Exists in
master
and in
5 other branches
Corrigindo pequeno problema na detecção do PHP
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -245,7 +245,7 @@ AC_SUBST(SOCKET_LIBS) |
245 | 245 | |
246 | 246 | #--[ Optional ]--------------------------------------------------------------------------------------------------------------------------------------------- |
247 | 247 | |
248 | -AC_ARG_WITH([php-config], [AS_HELP_STRING([--with-php-config], [Path to php-config tool])], [ PHPCONFIG="$withval" ],[ AC_PATH_TOOL(PHPCONFIG, php-configX, , $PATH) ]) | |
248 | +AC_ARG_WITH([php-config], [AS_HELP_STRING([--with-php-config], [Path to php-config tool])], [ PHPCONFIG="$withval" ],[ AC_PATH_TOOL(PHPCONFIG, php-config, , $PATH) ]) | |
249 | 249 | |
250 | 250 | if test -z "${PHPCONFIG}"; then |
251 | 251 | AC_MSG_NOTICE([Program php-config not found. Use --with-php-config=path to specify absolute path to the php-config tool.]) | ... | ... |