1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00
This commit is contained in:
Sascha Schumann
1999-12-20 08:10:38 +00:00
parent 839390c19c
commit 724e4e2259

View File

@@ -440,7 +440,7 @@ AC_ARG_ENABLE(debug,
AC_MSG_CHECKING(whether to include debugging symbols)
AC_MSG_RESULT($PHP_DEBUG)
if test "$PHP_DEBUG"; then
if test "$PHP_DEBUG" = "yes"; then
AC_DEFINE(DEBUG,1)
PHP_DEBUG=1
ZEND_DEBUG=yes