sniper Sat Apr 5 12:47:03 2003 EDT Modified files: /php4 configure.in Log: --enable-all is not useful at all, removed from help Index: php4/configure.in diff -u php4/configure.in:1.441 php4/configure.in:1.442 --- php4/configure.in:1.441 Fri Apr 4 10:42:54 2003 +++ php4/configure.in Sat Apr 5 12:47:03 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.441 2003/04/04 15:42:54 sniper Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.442 2003/04/05 17:47:03 sniper Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -773,7 +773,6 @@ AC_ARG_ENABLE(all, [ --disable-all Disable all extensions enabled by default. - --enable-all Enable all extensions. ], [ PHP_ENABLE_ALL=$enableval ])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php