* configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.

From-SVN: r29873
This commit is contained in:
Kaveh R. Ghazi 1999-10-08 20:16:42 +00:00 committed by Kaveh Ghazi
parent 455419a530
commit 64fb023e4e
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Oct 8 16:12:42 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
Fri Oct 8 11:58:34 1999 Richard Henderson <rth@cygnus.com>
* lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the

2
gcc/configure vendored
View File

@ -838,7 +838,7 @@ fi
if test "${enable_c_mbchar+set}" = set; then
enableval="$enable_c_mbchar"
if [ x$enable_c_mbchar != xno ]; then
extra_c_flags=-DMULTIBYTE_CHARS=1
extra_c_flags="${extra_c_flags} -DMULTIBYTE_CHARS=1"
fi
fi

View File

@ -229,7 +229,7 @@ fi)
AC_ARG_ENABLE(c-mbchar,
[ --enable-c-mbchar Enable multibyte characters for C and C++.],
if [[[ x$enable_c_mbchar != xno ]]]; then
extra_c_flags=-DMULTIBYTE_CHARS=1
extra_c_flags="${extra_c_flags} -DMULTIBYTE_CHARS=1"
fi)
# Enable threads