summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mbstring/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index 0ec9d0e986..f250aac3e5 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -2,15 +2,15 @@ dnl
dnl $Id$
dnl
-PHP_ARG_WITH(mbstring, whether to enable multibyte string support,
-[ --disable-mbstring Disable multibyte string support], yes)
-
PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
[ --enable-mbstr-enc-trans Enable encoding translation], yes)
PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
[ --enable-mbregex Enable multibyte regex support], yes)
+PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
+[ --disable-mbstring Disable multibyte string support], yes)
+
if test "$PHP_MBSTRING" != "no"; then
AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])