X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Fconfigure.in;h=ad1f34d8f283d2973a1725ac652eeee76bd5defc;hb=5979d7384179a41390c1ed122c6cc60d30287e2a;hp=04361a259e8e696970199651a334d5d5fddb7482;hpb=74b30a3a1f96eb58e7cca0a92fb00bce7e825fbe;p=postgresql diff --git a/src/configure.in b/src/configure.in index 04361a259e..ad1f34d8f2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -190,20 +190,20 @@ AC_ARG_ENABLE( AC_MSG_RESULT(disabled) ) -AC_MSG_CHECKING(setting MB) +AC_MSG_CHECKING(setting MULTIBYE) AC_ARG_WITH(mb, [ --with-mb= enable multi-byte support ], [ case "$withval" in EUC_JP|EHC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5) - MB="$withval"; + MULTIBYTE="$withval"; AC_MSG_RESULT("enabled with $withval") ;; *) AC_MSG_ERROR([*** You must supply an argument to the --with-mb option one of EUC_JP,EHC_CN,EUC_KR,EUC_TW,UNICODE,MULE_INTERNAL,LATIN1-5]) ;; esac - MB="$withval" + MULTIBYTEB="$withval" ], AC_MSG_RESULT("disabled") ) @@ -325,7 +325,7 @@ AC_SUBST(DLSUFFIX) AC_SUBST(DL_LIB) AC_SUBST(USE_TCL) AC_SUBST(USE_PERL) -AC_SUBST(MB) +AC_SUBST(MULTIBYTE) dnl Check for C++ support (allow override if needed) HAVECXX='HAVE_Cplusplus=true'