From 3bde4838f47c4800ac4b9efb23e320d9fdcec638 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 7 Jul 2019 06:11:10 +0200 Subject: [PATCH] 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. --- build/php.m4 | 31 ------------------------------- configure.ac | 17 ----------------- 2 files changed, 48 deletions(-) diff --git a/build/php.m4 b/build/php.m4 index b53f10e2a5..5cc520d0ef 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -2117,37 +2117,6 @@ IFS="- /. APACHE_VERSION=`expr [$]4 \* 1000000 + [$]5 \* 1000 + [$]6` ]) -dnl -dnl PHP_DEBUG_MACRO(filename) -dnl -AC_DEFUN([PHP_DEBUG_MACRO],[ - DEBUG_LOG=$1 - cat >$1 <conftest.$ac_ext <>$1 2>&1 - rm -fr conftest* -]) - dnl dnl PHP_CONFIG_NICE(filename) dnl diff --git a/configure.ac b/configure.ac index 408e148fdd..741406503e 100644 --- a/configure.ac +++ b/configure.ac @@ -1636,23 +1636,6 @@ if test -n "\$REDO_ALL"; then cli_extensions="$EXT_CLI_STATIC" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in $srcdir "$EXTRA_MODULE_PTRS" $AWK \$cli_extensions > main/internal_functions_cli.c - if test -n "$DEBUG_LOG"; then - rm -f config.cache -cat <