moriyoshi               Tue Jul 15 18:07:42 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/mbstring       config.m4 
  Log:
  * MFH: indentation fix only.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.58.2.4.2.11&r2=1.58.2.4.2.12&diff_format=u
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.58.2.4.2.11 
php-src/ext/mbstring/config.m4:1.58.2.4.2.12
--- php-src/ext/mbstring/config.m4:1.58.2.4.2.11        Tue Sep 18 21:35:39 2007
+++ php-src/ext/mbstring/config.m4      Tue Jul 15 18:07:42 2008
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.58.2.4.2.11 2007/09/18 21:35:39 hirokawa Exp $
+dnl $Id: config.m4,v 1.58.2.4.2.12 2008/07/15 18:07:42 moriyoshi Exp $
 dnl
 
 AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
@@ -72,19 +72,17 @@
        return 0;
 }
 int main() { return foo(10, "", 3.14); }
-      ], [cv_php_mbstring_stdarg=yes], [cv_php_mbstring_stdarg=no], 
- [
-  dnl cross-compile needs something here
-case $host_alias in
-*netware*)
-cv_php_mbstring_stdarg=yes
-;;
-*)
-cv_php_mbstring_stdarg=no
-;;
-esac
-]
-)
+      ], [cv_php_mbstring_stdarg=yes], [cv_php_mbstring_stdarg=no], [
+        dnl cross-compile needs something here
+        case $host_alias in
+        *netware*)
+          cv_php_mbstring_stdarg=yes
+          ;;
+        *)
+          cv_php_mbstring_stdarg=no
+          ;;
+        esac
+      ])
     ])
 
     AC_CHECK_HEADERS([stdlib.h string.h strings.h unistd.h sys/time.h 
sys/times.h stdarg.h])
@@ -98,7 +96,6 @@
 
     AC_DEFINE([HAVE_MBREGEX], 1, [whether to have multibyte regex support])
 
-
     if test "$PHP_MBREGEX_BACKTRACK" != "no"; then
       AC_DEFINE([USE_COMBINATION_EXPLOSION_CHECK],1,[whether to check 
multibyte regex backtrack])
     fi



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

Reply via email to