From 10dc406f6a31c65640ed8cc8b5d94e2be4c12bba Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 2 May 2012 12:23:32 +0000 Subject: [PATCH] Corrigindo pequeno problema na detecção do PHP --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9bed9d1..2267dd2 100644 --- a/configure.ac +++ b/configure.ac @@ -245,7 +245,7 @@ AC_SUBST(SOCKET_LIBS) #--[ Optional ]--------------------------------------------------------------------------------------------------------------------------------------------- -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) ]) +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) ]) if test -z "${PHPCONFIG}"; then AC_MSG_NOTICE([Program php-config not found. Use --with-php-config=path to specify absolute path to the php-config tool.]) -- libgit2 0.21.2