mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
re PR regression/40800 (libcpp breaks bootstrap)
2009-07-20 Jerry Quinn <jlquinn@optonline.net> PR regression/40800 * configure.ac: Use = instead of == for testing ENABLE_BUILD_WITH_CXX. * configure: Rebuild. From-SVN: r149826
This commit is contained in:
4
libcpp/configure
vendored
4
libcpp/configure
vendored
@@ -3342,7 +3342,7 @@ DEPDIR="${am__leading_dot}deps"
|
||||
ac_config_commands="$ac_config_commands depdir"
|
||||
|
||||
|
||||
if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
|
||||
if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
|
||||
depcc="$CC" am_compiler_list=
|
||||
|
||||
am_depcomp=$ac_aux_dir/depcomp
|
||||
@@ -3674,7 +3674,7 @@ fi
|
||||
# AC_CHECK_HEADERS is repeated to work around apparent autoconf 2.59 bug. If
|
||||
# AC_CHECK_HEADERS comes after the if clause, the last AC_LANG call gets used,
|
||||
# no matter which branch is taken.
|
||||
if test "$ENABLE_BUILD_WITH_CXX" == "no"; then
|
||||
if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
|
||||
Reference in New Issue
Block a user