summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-20 08:10:38 +0000
committerSascha Schumann <sas@php.net>1999-12-20 08:10:38 +0000
commit724e4e2259c794743d2e31bdfeebf6db306fa919 (patch)
tree0b5aa65bcdff4e432ad0443387f2b35484ab5a12 /configure.in
parent839390c19c21a22ba41c3da4c1f5b17d8e4d2992 (diff)
downloadphp-git-724e4e2259c794743d2e31bdfeebf6db306fa919.tar.gz
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5419a11322..3207f2b828 100644
--- a/configure.in
+++ b/configure.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