summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-28 17:56:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-28 17:56:41 +0000
commit1da0c520815c72986cb434ae8e18802007902437 (patch)
treeb419663716b8e20890345d83a05ae97884ef4082 /aclocal
parent2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru> (diff)
downloadrtems-1da0c520815c72986cb434ae8e18802007902437.tar.bz2
2002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
Diffstat (limited to '')
-rw-r--r--aclocal/enable-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
index a4c2114e59..2663c06dd4 100644
--- a/aclocal/enable-rtemsbsp.m4
+++ b/aclocal/enable-rtemsbsp.m4
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(rtemsbsp,
AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
[BSPs to include in build]),
[case "${enableval}" in
- yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp=\"bsp1 bsp2\"]);;
+ yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);;
*) $1=$enableval;;
esac],[$1=""])
])