sniper          Mon Feb  9 13:18:01 2004 EDT

  Modified files:              
    /php-src/ext/spl    config.m4 
  Log:
  ws
  
http://cvs.php.net/diff.php/php-src/ext/spl/config.m4?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/spl/config.m4
diff -u php-src/ext/spl/config.m4:1.9 php-src/ext/spl/config.m4:1.10
--- php-src/ext/spl/config.m4:1.9       Mon Jan 19 06:07:19 2004
+++ php-src/ext/spl/config.m4   Mon Feb  9 13:18:00 2004
@@ -1,13 +1,13 @@
-dnl $Id: config.m4,v 1.9 2004/01/19 11:07:19 chregu Exp $
+dnl $Id: config.m4,v 1.10 2004/02/09 18:18:00 sniper Exp $
 dnl config.m4 for extension SPL
 
 PHP_ARG_ENABLE(spl, enable SPL suppport,
 [  --disable-spl           Disable Standard PHP Library], yes)
 
 if test "$PHP_SPL" != "no"; then
-       if test "$ext_shared" = "yes"; then
-               AC_MSG_ERROR(Cannot build SPL as a shared module)
-       fi
-    AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support]) 
-    PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c 
spl_array.c spl_directory.c spl_sxe.c, $ext_shared)
+  if test "$ext_shared" = "yes"; then
+    AC_MSG_ERROR(Cannot build SPL as a shared module)
+  fi
+  AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support]) 
+  PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c 
spl_array.c spl_directory.c spl_sxe.c, $ext_shared)
 fi

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

Reply via email to