]> granicus.if.org Git - php/commitdiff
Fix typo
authorSascha Schumann <sas@php.net>
Mon, 20 Dec 1999 08:10:38 +0000 (08:10 +0000)
committerSascha Schumann <sas@php.net>
Mon, 20 Dec 1999 08:10:38 +0000 (08:10 +0000)
configure.in

index 5419a11322415fe36ab6fdc7a5cb86916ed5c2ae..3207f2b8282c487dffb5a3094a189e546b27ff16 100644 (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