]> granicus.if.org Git - php/commitdiff
Turn misplaced PHP_ARG_WITH into _ENABLE
authorSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:50:10 +0000 (16:50 +0000)
committerSascha Schumann <sas@php.net>
Sat, 4 May 2002 16:50:10 +0000 (16:50 +0000)
and fix --enable-mbstring=shared

ext/mbstring/config.m4

index 0ec9d0e986eb4268c1aca5a4cf29fbee59857006..f250aac3e5d1be9f25212ecf00145ce0d8edd242 100644 (file)
@@ -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])