summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-12 12:51:42 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-12 12:51:42 +0200
commit5caa52476cfaf5014fb408f0aa1920ddaa07887a (patch)
tree76f212dc979224a0532c111852995d422af7a3ce /Zend/Zend.m4
parent785f034e4188e60c0a6d2708646438f9872a1309 (diff)
parent4f28bbda51e1a74a69da61ac875e17656f710f4f (diff)
downloadphp-git-5caa52476cfaf5014fb408f0aa1920ddaa07887a.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r--Zend/Zend.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index 36bf116042..9aa68220ef 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -101,13 +101,13 @@ if test "$ZEND_DEBUG" = "yes"; then
if test "$CFLAGS" = "-g -O2"; then
CFLAGS=-g
fi
- test -n "$GCC" && DEBUG_CFLAGS="$DEBUG_CFLAGS -Wall"
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
+test -n "$GCC" && CFLAGS="$CFLAGS -Wall"
test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
if test "$ZEND_ZTS" = "yes"; then