summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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 '')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index da6b1f71da..67aa553e44 100644
--- a/configure.in
+++ b/configure.in
@@ -390,7 +390,7 @@ AC_ARG_ENABLE(rtems-inlines, \
[ --disable-rtems-inlines disable RTEMS inline functions (use macros)], \
RTEMS_USE_MACROS=yes,RTEMS_USE_MACROS=no)
-AC_ARG_ENABLE(gcc272, \
+AC_ARG_ENABLE(gcc28, \
[ --enable-gcc28 enable use of gcc 2.8.x features], \
RTEMS_USE_GCC272=no,RTEMS_USE_GCC272=yes)