summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 20:33:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 20:33:55 +0000
commitfcb114c1885620178f4751a08bef5075e0e5a584 (patch)
treed78731040aa15fa8c298099351613c7a2befe4b8 /configure.in
parentFixes from Eric Norum. C++ support added in previous version was broken: (diff)
downloadrtems-fcb114c1885620178f4751a08bef5075e0e5a584.tar.bz2
Made --enable-gcc28 the default.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6dca5a9148..95659f541b 100644
--- a/configure.in
+++ b/configure.in
@@ -54,7 +54,7 @@ AC_ARG_ENABLE(gcc28, \
yes) RTEMS_USE_GCC272=no ;;
no) RTEMS_USE_GCC272=yes ;;
*) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;;
-esac],[RTEMS_USE_GCC272=yes])
+esac],[RTEMS_USE_GCC272=no])
AC_ARG_ENABLE(libcdir, \
[ --enable-libcdir=directory set the directory for the C library], \