summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-11 15:10:44 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-11 19:53:14 +0200
commit836bbb4e2cb1b77bb109e140753399356ed7c159 (patch)
treea2b968bed984209762d76b85e25e5e356eda4ed8 /Zend/Zend.m4
parentf7cdac6c97f4b2678a693666dc143992b6c126bc (diff)
downloadphp-git-836bbb4e2cb1b77bb109e140753399356ed7c159.tar.gz
Remove dead DEBUG_CFLAGS setting
The USE_MAINTAINER_MODE has been removed via a4c484a4d85e01874653570b7829a248330eb9fb and 43ed9039494a7484c2e3997ceae191ed6b640a62
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r--Zend/Zend.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index 9aeb79d31f..ebebb355cb 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -215,8 +215,6 @@ if test "$ZEND_DEBUG" = "yes"; then
if test "$CFLAGS" = "-g -O2"; then
CFLAGS=-g
fi
- test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
- DEBUG_CFLAGS="$DEBUG_CFLAGS -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"
else
AC_DEFINE(ZEND_DEBUG,0,[ ])
fi