summaryrefslogtreecommitdiffstats
path: root/c/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 13:10:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 13:10:06 +0000
commit45789f2bb2d0ee1404c02f1b01aaf8836feb0593 (patch)
tree6c0f961cbc16317b14de3c7e928aa29d3bf48847 /c/configure.ac
parent2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-45789f2bb2d0ee1404c02f1b01aaf8836feb0593.tar.bz2
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix --enable-rtemsbsp= handling.
Diffstat (limited to '')
-rw-r--r--c/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/configure.ac b/c/configure.ac
index efafec5ee5..407f62446d 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -59,7 +59,7 @@ done
_RTEMS_ADJUST_SRCDIR([rtems_bsp_configure],[src])
rtems_bsp_configure="$rtems_bsp_configure/configure"
RTEMS_CONFIGURE_ARGS_QUOTE([rtems_bsp_configure_args],
- [--enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;])
+ [-enable-rtemsbsp=* | --enable-rtemsbsp=* ) ;;])
rtems_bsp_configure="$rtems_bsp_configure $rtems_bsp_configure_args"
AC_SUBST(rtems_bsp_configure)