cvs: php4 / configure.in
[email protected] ("Andi Gutmans")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsandi959535401@cvsserver> |
andi Sun May 28 10:36:41 2000 EDT
Modified files:
/php4 configure.in
Log:
- This should have been done for 4.0.0.
- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection
Index: php4/configure.in
diff -u php4/configure.in:1.136 php4/configure.in:1.137
--- php4/configure.in:1.136 Wed May 24 10:31:16 2000
+++ php4/configure.in Sun May 28 10:36:40 2000
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.136 2000/05/24 17:31:16 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.137 2000/05/28 17:36:40 andi Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -432,7 +432,7 @@
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