summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-07 06:11:10 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-07 12:15:36 +0200
commit3bde4838f47c4800ac4b9efb23e320d9fdcec638 (patch)
tree930a3014c991eb1c9e2e92157062c9b2c172c904 /build
parent49cc2a63b31f9b749f1fb3b26f568ad87c3ff17d (diff)
downloadphp-git-3bde4838f47c4800ac4b9efb23e320d9fdcec638.tar.gz
Remove PHP_DEBUG_MACRO
The macro is no longer used. The warning at the end of the configure script therefore is also no longer used.
Diffstat (limited to 'build')
-rw-r--r--build/php.m431
1 files changed, 0 insertions, 31 deletions
diff --git a/build/php.m4 b/build/php.m4
index b53f10e2a5..5cc520d0ef 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -2118,37 +2118,6 @@ IFS="- /.
])
dnl
-dnl PHP_DEBUG_MACRO(filename)
-dnl
-AC_DEFUN([PHP_DEBUG_MACRO],[
- DEBUG_LOG=$1
- cat >$1 <<X
-CONFIGURE: $CONFIGURE_COMMAND
-CC: $CC
-CFLAGS: $CFLAGS
-CPPFLAGS: $CPPFLAGS
-CXX: $CXX
-CXXFLAGS: $CXXFLAGS
-INCLUDES: $INCLUDES
-LDFLAGS: $LDFLAGS
-LIBS: $LIBS
-DLIBS: $DLIBS
-SAPI: $PHP_SAPI
-PHP_RPATHS: $PHP_RPATHS
-uname -a: `uname -a`
-
-X
- cat >conftest.$ac_ext <<X
-main()
-{
- exit(0);
-}
-X
- (eval echo \"$ac_link\"; eval $ac_link && ./conftest) >>$1 2>&1
- rm -fr conftest*
-])
-
-dnl
dnl PHP_CONFIG_NICE(filename)
dnl
dnl This macro creates script file with given filename which includes the last