summaryrefslogtreecommitdiffstats
path: root/c/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 06:28:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 06:28:41 +0000
commit309dbd07ff699a9fd96ec3c511b808616ca12f96 (patch)
treea6fe1d120ca0050fb22b0bbad271cf4f6019f575 /c/configure.ac
parentWhitespace removal. (diff)
downloadrtems-309dbd07ff699a9fd96ec3c511b808616ca12f96.tar.bz2
Whitespace removal.
Diffstat (limited to 'c/configure.ac')
-rw-r--r--c/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/configure.ac b/c/configure.ac
index 7b290697e3..a2202e8310 100644
--- a/c/configure.ac
+++ b/c/configure.ac
@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script.
-##
+##
## $Id$
AC_PREREQ(2.60)
@@ -37,7 +37,7 @@ for _rtems_bsp in : $rtems_bsp; do test "x$_rtems_bsp" = x: && continue
# retrieve bsp_family
RTEMS_BSP_ALIAS([$_rtems_bsp],[rtems_bsp_family])
- # Is there a configure script for the BSP?
+ # Is there a configure script for the BSP?
AS_IF([test -r "$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$rtems_bsp_family/configure"],
[RTEMS_BSP_LIST="$RTEMS_BSP_LIST $_rtems_bsp"])
])