scottmac                Mon Dec 22 16:42:35 2008 UTC

  Modified files:              
    /php-src/ext/sqlite3        config.m4 
  Log:
  Enable ICU support within bundled SQLite
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/sqlite3/config.m4
diff -u php-src/ext/sqlite3/config.m4:1.7 php-src/ext/sqlite3/config.m4:1.8
--- php-src/ext/sqlite3/config.m4:1.7   Thu Jul 31 22:32:46 2008
+++ php-src/ext/sqlite3/config.m4       Mon Dec 22 16:42:34 2008
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.7 2008/07/31 22:32:46 bjori Exp $
+dnl $Id: config.m4,v 1.8 2008/12/22 16:42:34 scottmac Exp $
 dnl config.m4 for extension sqlite3
 dnl vim:et:ts=2:sw=2
 
@@ -67,11 +67,8 @@
       debug_flags="-DSQLITE_DEBUG=1"
     fi
 
-    other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1"
+    other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_ICU=1"
 
-dnl    if test "$PHP_MAJOR_VERSION" -ge "6"; then
-dnl      other_flags="$other_flags -DSQLITE_ENABLE_ICU=1"
-dnl    fi
     PHP_SQLITE3_CFLAGS="-...@ext_srcdir@/libsqlite 
-...@ext_builddir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
   fi
 



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

Reply via email to