summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-07 14:39:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-07 14:39:58 +0000
commit959d75263b82c32484b772255c1365bf4c1c5e51 (patch)
treed968c3aa24ce3b414fc6698fd366b34b5f75b0e7 /configure
parentchanged version to 981006 (diff)
downloadrtems-959d75263b82c32484b772255c1365bf4c1c5e51.tar.bz2
Corrected typo pointed out by Pollak Leon <leonp@plris.com>.
Diffstat (limited to '')
-rw-r--r--configure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b85cb3bc29..d9bd7edb69 100644
--- a/configure
+++ b/configure
@@ -3059,7 +3059,7 @@ echo "configure:3017: checking for bsps" >&5
bare)
bspcpudir=
if test "X${BARE_CPU_CFLAGS}" = "X" ; then
- { echo "configure: error: --enable-bare-cpu-flags not specified for bare bsp" 1>&2; exit 1; }
+ { echo "configure: error: --enable-bare-cpu-cflags not specified for bare bsp" 1>&2; exit 1; }
fi
if test "X${BARE_CPU_MODEL}" = "X" ; then
{ echo "configure: error: --enable-bare-cpu-model not specified for bare bsp" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index 3899e52581..acc2409357 100644
--- a/configure.in
+++ b/configure.in
@@ -330,7 +330,7 @@ if test -d "$srcdir/c/src/lib/libbsp/$target_cpu"; then
bare)
bspcpudir=
if test "X${BARE_CPU_CFLAGS}" = "X" ; then
- AC_MSG_ERROR([--enable-bare-cpu-flags not specified for bare bsp])
+ AC_MSG_ERROR([--enable-bare-cpu-cflags not specified for bare bsp])
fi
if test "X${BARE_CPU_MODEL}" = "X" ; then
AC_MSG_ERROR([--enable-bare-cpu-model not specified for bare bsp])