summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/ChangeLog4
-rw-r--r--c/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index 7864148b40..7e31758847 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,5 +1,9 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Fix --enable-rtemsbsp= handling.
+
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* .cvsignore: Reformat.
Add autom4te*cache.
Remove autom4te.cache.
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)