moriyoshi Tue Jul 15 18:04:32 2008 UTC
Modified files: (Branch: PHP_5_3)
/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.2.3&r2=1.58.2.4.2.11.2.4&diff_format=u
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.58.2.4.2.11.2.3
php-src/ext/mbstring/config.m4:1.58.2.4.2.11.2.4
--- php-src/ext/mbstring/config.m4:1.58.2.4.2.11.2.3 Sat Jul 5 07:10:25 2008
+++ php-src/ext/mbstring/config.m4 Tue Jul 15 18:04:32 2008
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.58.2.4.2.11.2.3 2008/07/05 07:10:25 hirokawa Exp $
+dnl $Id: config.m4,v 1.58.2.4.2.11.2.4 2008/07/15 18:04:32 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