Corrected spelling of --enable-gcc28 argument

This commit is contained in:
Joel Sherrill
1997-04-18 18:41:51 +00:00
parent 1d61610a78
commit 971cd229d1
2 changed files with 5 additions and 4 deletions

7
configure vendored
View File

@@ -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"