mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 13:57:15 +08:00
* configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
From-SVN: r29873
This commit is contained in:
parent
455419a530
commit
64fb023e4e
@ -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
2
gcc/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user