moriyoshi               Thu Jul 24 17:00:03 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/mbstring       config.w32 
  Log:
  - MFH: fix win32 build
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.w32?r1=1.10.2.1.2.4.2.1&r2=1.10.2.1.2.4.2.2&diff_format=u
Index: php-src/ext/mbstring/config.w32
diff -u php-src/ext/mbstring/config.w32:1.10.2.1.2.4.2.1 
php-src/ext/mbstring/config.w32:1.10.2.1.2.4.2.2
--- php-src/ext/mbstring/config.w32:1.10.2.1.2.4.2.1    Sat Jul  5 06:52:03 2008
+++ php-src/ext/mbstring/config.w32     Thu Jul 24 17:00:03 2008
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.10.2.1.2.4.2.1 2008/07/05 06:52:03 hirokawa Exp $
+// $Id: config.w32,v 1.10.2.1.2.4.2.2 2008/07/24 17:00:03 moriyoshi Exp $
 // vim:ft=javascript
 
 ARG_ENABLE("mbstring", "multibyte string functions", "no");
@@ -55,6 +55,7 @@
        if (PHP_MBREGEX != "no") {
                AC_DEFINE('HAVE_STDARG_PROTOTYPES', 1, 'have stdarg.h');
                AC_DEFINE('HAVE_MBREGEX', 1);
+               AC_DEFINE('HAVE_ONIG', 1);
                if (PHP_MBREGEX_BACKTRACK != "no") {
                        AC_DEFINE('USE_COMBINATION_EXPLOSION_CHECK', 1);
                }



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

Reply via email to