helly           Tue Jul  8 19:11:36 2003 EDT

  Modified files:              
    /spl        config.m4 
  Log:
  Fix configure options
  
Index: spl/config.m4
diff -u spl/config.m4:1.2 spl/config.m4:1.3
--- spl/config.m4:1.2   Mon Jun 30 19:24:12 2003
+++ spl/config.m4       Tue Jul  8 19:11:36 2003
@@ -1,23 +1,23 @@
-dnl $Id: config.m4,v 1.2 2003/06/30 23:24:12 helly Exp $
+dnl $Id: config.m4,v 1.3 2003/07/08 23:11:36 helly Exp $
 dnl config.m4 for extension SPL
 
 PHP_ARG_ENABLE(spl, enable SPL suppport,
-[  --enable-spl            Enable Standard PHP Library])
+[  --disable-spl           Enable Standard PHP Library], yes)
 
 dnl first enable/disable all hooks
 
-PHP_ARG_ENABLE(spl, enable all hooks,
+PHP_ARG_ENABLE(spl-hook-all, enable all hooks,
 [  --enable-spl-hook-all       SPL: Enable all hooks])
 
 dnl now all single enable/disable for hooks
 
-PHP_ARG_ENABLE(spl, enable hook on foreach,
+PHP_ARG_ENABLE(spl-foreach, enable hook on foreach,
 [  --disable-spl-foreach       SPL: Disable hook on forach], yes)
 
-PHP_ARG_ENABLE(spl, enable hook on array read,
+PHP_ARG_ENABLE(spl-array-read, enable hook on array read,
 [  --enable-spl-array-read     SPL: Enable hook on array read])
 
-PHP_ARG_ENABLE(spl, enable hook on array write,
+PHP_ARG_ENABLE(spl-array-write, enable hook on array write,
 [  --enable-spl-array-write    SPL: Enable hook on array write (+read)])
 
 dnl last do checks on hooks



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to