Changes of Revision 28
[-] [+] | Changed | pecl_http-2.4.3_debug.patch |
@@ -1,10 +1,10 @@ --- config9.m4.orig 2015-04-13 10:10:25.151446097 +0200 -+++ config9.m4 2015-04-13 10:50:04.435656780 +0200 ++++ config9.m4 2015-04-13 10:56:55.584915555 +0200 @@ -70,9 +70,17 @@ AC_DEFUN([HTTP_HAVE_PHP_EXT], [ extname=$1 haveext=$[PHP_]translit($1,a-z_-,A-Z__) -+ AC_MSG_CHECKING([for php executable]) ++ AC_MSG_CHECKING([for php executable $PHP_EXECUTABLE]) + if test -x "$PHP_EXECUTABLE"; then + AC_MSG_RESULT([yes]) + else |