summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
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 <<X
-+--------------------------------------------------------------------+
-| *** ATTENTION *** |
-| |
-| Something is likely to be messed up here, because the configure |
-| script was not able to detect a simple feature on your platform. |
-| This is often caused by incorrect configuration parameters. Please |
-| see the file debug.log for error messages. |
-| |
-| If you are unable to fix this, send the file debug.log to the |
-| php-install@lists.php.net mailing list and include appropriate |
-| information about your setup. |
-X
- fi
-
if test "$PHP_SAPI" = "apache2handler"; then
if test "$APACHE_VERSION" -ge 2004001; then
if test -z "$APACHE_THREADED_MPM"; then