summaryrefslogtreecommitdiffstats
path: root/c/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/configure.ac')
-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)