@@ -1,11 +1,11 @@
--- config9.m4.orig 2015-04-13 10:10:25.151446097 +0200
-+++ config9.m4 2015-04-13 10:16:03.016925795 +0200
++++ config9.m4 2015-04-13 10:34:39.805066472 +0200
@@ -73,6 +73,8 @@
AC_MSG_CHECKING([for ext/$extname support])
if test -x "$PHP_EXECUTABLE"; then
grepext=`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`
-+ AC_MSG_NOTICE([DEBUG-EXEC-RESULT: $@])
-+ AC_MSG_NOTICE([DEBUG$grepextDEBUG$extnameDEBUG])
++ AC_MSG_CHECKING([DEBUG-EXEC-RESULT: $?])
++ AC_MSG_CHECKING([DEBUG$grepextDEBUG$extnameDEBUG])
if test "$grepext" = "$extname"; then
[PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
AC_MSG_RESULT([yes])
|