summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:41:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:41:51 +0000
commit971cd229d14d895634fb149346f3f46c3a6f6ac8 (patch)
treeecf966bba5ff5458f74f13eb741d20487c2f84d1 /configure
parentModified to reflect change from 255 posix priority levels to 254. (diff)
downloadrtems-971cd229d14d895634fb149346f3f46c3a6f6ac8.tar.bz2
Corrected spelling of --enable-gcc28 argument
Diffstat (limited to 'configure')
-rw-r--r--configure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index b6af47e842..b02b1a640c 100644
--- a/configure
+++ b/configure
@@ -1085,15 +1085,16 @@ else
fi
-# Check whether --enable-gcc272 or --disable-gcc272 was given.
-if test "${enable_gcc272+set}" = set; then
- enableval="$enable_gcc272"
+# Check whether --enable-gcc28 or --disable-gcc28 was given.
+if test "${enable_gcc28+set}" = set; then
+ enableval="$enable_gcc28"
\
RTEMS_USE_GCC272=no
else
RTEMS_USE_GCC272=yes
fi
+
# Check whether --enable-libcdir or --disable-libcdir was given.
if test "${enable_libcdir+set}" = set; then
enableval="$enable_libcdir"