mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user