summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/check-multiprocessing.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-19 06:08:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-19 06:08:15 +0000
commit5e5cf07b369a34463504e04e356808b8855c7563 (patch)
treed401ea403a2699a44c0a2b5971cc35cd56bc6ef4 /c/src/aclocal/check-multiprocessing.m4
parent2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5e5cf07b369a34463504e04e356808b8855c7563.tar.bz2
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs. * wrapup/Makefile.am: Preinstall dirs. Cosmetics. * aclocal/check-multiprocessing.m4: Cosmetics. * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT. * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
Diffstat (limited to 'c/src/aclocal/check-multiprocessing.m4')
-rw-r--r--c/src/aclocal/check-multiprocessing.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/check-multiprocessing.m4 b/c/src/aclocal/check-multiprocessing.m4
index 4b47525bf0..73f3feae51 100644
--- a/c/src/aclocal/check-multiprocessing.m4
+++ b/c/src/aclocal/check-multiprocessing.m4
@@ -37,5 +37,5 @@ AC_MSG_ERROR([multiprocessing requested but not supported])
fi
],[rtems_cv_HAS_MP="no";])
-AM_CONDITIONAL(HAS_MP,[test "$rtems_cv_HAS_MP" = "yes"])
+AM_CONDITIONAL(HAS_MP,[test x"$rtems_cv_HAS_MP" = x"yes"])
])