]> granicus.if.org Git - php/commitdiff
* MFH: indentation fix only
authorMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 15 Jul 2008 18:04:32 +0000 (18:04 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 15 Jul 2008 18:04:32 +0000 (18:04 +0000)
ext/mbstring/config.m4

index 4dfe60fc81ca45f1b27ee23349cb8a2426cb531c..431d6d836fb2fcf3d2f6ff8e310205ce6131dbae 100644 (file)
@@ -72,19 +72,17 @@ int foo(int x, ...) {
        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 @@ esac
 
     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