andrei          Fri Apr 20 12:33:22 2001 EDT

  Removed files:               
    /php4/ext/wddx      setup.stub 

  Modified files:              
    /php4/ext/wddx      config.m4 
  Log:
  Enabling WDDX by default.
  
  
Index: php4/ext/wddx/config.m4
diff -u php4/ext/wddx/config.m4:1.6 php4/ext/wddx/config.m4:1.7
--- php4/ext/wddx/config.m4:1.6 Mon Mar 27 15:33:38 2000
+++ php4/ext/wddx/config.m4     Fri Apr 20 12:33:22 2001
@@ -1,14 +1,14 @@
-dnl $Id: config.m4,v 1.6 2000/03/27 23:33:38 sas Exp $
+dnl $Id: config.m4,v 1.7 2001/04/20 19:33:22 andrei Exp $
 dnl config.m4 for extension wddx
 
-PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
-[  --enable-wddx           Enable WDDX support])
+PHP_ARG_ENABLE(wddx,for WDDX support,
+[  --disable-wddx           Disable WDDX support], yes)
 
-if test "$PHP_WDDX" = "yes"; then
+if test "$PHP_WDDX" != "no"; then
   if test "$enable_xml" = "no"; then
     AC_MSG_WARN(Activating XML)
     enable_xml=yes
   fi
   AC_DEFINE(HAVE_WDDX, 1, [ ])
-  PHP_EXTENSION(wddx)
+  PHP_EXTENSION(wddx, $ext_shared)
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to