]> granicus.if.org Git - php/commitdiff
- This should have been done for 4.0.0.
authorAndi Gutmans <andi@php.net>
Sun, 28 May 2000 17:39:30 +0000 (17:39 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 28 May 2000 17:39:30 +0000 (17:39 +0000)
- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection

Zend/Zend.m4
configure.in

index 7d18cfcfbaae1e878941d935ff75ac5a65d86bca..a2eeffaf3f0e4a29681a7a9a5d2525f31e634a27 100644 (file)
@@ -76,10 +76,10 @@ AC_SUBST(ZEND_SCANNER)
 AC_DEFUN(LIBZEND_ENABLE_DEBUG,[
 
 AC_ARG_ENABLE(debug,
-[  --disable-debug         Compile without debugging symbols],[
+[  --enable-debug         Compile with debugging symbols],[
   ZEND_DEBUG=$enableval
 ],[
-  ZEND_DEBUG=yes
+  ZEND_DEBUG=no
 ])  
 
 ])
index c36ca82d5b1675ace4a410533e1d6dd03992610e..41f69195377f820dc53e098691c0298d369415db 100644 (file)
@@ -432,7 +432,7 @@ else
 fi
 
 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
-[  --disable-debug         Compile without debugging symbols.], yes)
+[  --enable-debug         Compile with debugging symbols.], no)
 
 if test "$PHP_DEBUG" = "yes"; then
   PHP_DEBUG=1