File pecl_http-2.4.3_debug.patch of Package php5-pecl_http
x
1
--- config9.m4.orig 2015-04-13 10:10:25.151446097 +0200
2
+++ config9.m4 2015-04-13 10:56:55.584915555 +0200
3
4
AC_DEFUN([HTTP_HAVE_PHP_EXT], [
5
extname=$1
6
haveext=$[PHP_]translit($1,a-z_-,A-Z__)
7
+ AC_MSG_CHECKING([for php executable $PHP_EXECUTABLE])
8
+ if test -x "$PHP_EXECUTABLE"; then
9
+ AC_MSG_RESULT([yes])
10
+ else
11
+ AC_MSG_RESULT([no])
12
+ fi
13
AC_MSG_CHECKING([for ext/$extname support])
14
if test -x "$PHP_EXECUTABLE"; then
15
grepext=`$PHP_EXECUTABLE -m | $EGREP ^$extname\$`
16
+ AC_MSG_CHECKING([DEBUG-EXEC-RESULT: $?])
17
+ AC_MSG_CHECKING([DEBUG$grepextDEBUG$extnameDEBUG])
18
if test "$grepext" = "$extname"; then
19
[PHP_HTTP_HAVE_EXT_]translit($1,a-z_-,A-Z__)=1
20
AC_MSG_RESULT([yes])
21