]> granicus.if.org Git - php/commitdiff
unbreak the shared build..again
authorfoobar <sniper@php.net>
Wed, 17 Jul 2002 06:01:37 +0000 (06:01 +0000)
committerfoobar <sniper@php.net>
Wed, 17 Jul 2002 06:01:37 +0000 (06:01 +0000)
ext/mbstring/config.m4

index 6389d11fe945c1b808b557c99af6aba1a663c8fe..60cfb3396d0692ef4700daf4602c5e1b9c5ed334 100644 (file)
@@ -5,12 +5,6 @@ dnl
 PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
 [  --disable-mbstring      Disable multibyte string support], yes)
 
-PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[  --disable-mbregex         Disable multibyte regex support], yes)
-
-PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
-[  --enable-mbstr-enc-trans  Enable input encoding translation], no)
-
 if test "$PHP_MBSTRING" != "no"; then  
   AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])
 
@@ -41,10 +35,17 @@ else
   PHP_MBSTR_ENC_TRANS=no
 fi
 
+
+PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
+[  --disable-mbregex         Disable multibyte regex support], yes)
+
 if test "$MBREGEX" != "no" ; then
   AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support])
 fi
 
+PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
+[  --enable-mbstr-enc-trans  Enable input encoding translation], no)
+
 if test "$PHP_MBSTR_ENC_TRANS" != "no" ; then
   AC_DEFINE(MBSTR_ENC_TRANS, 1, [whether to have encoding translation])
 fi