summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-19 02:59:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-19 02:59:47 +0000
commitf9f51d0def5862a6b074e25f83918c549041c97e (patch)
treecc427ed451d5aa181aa8fb686ea443e88fc34044 /cpukit
parentFix typo in yesterday's patch. (diff)
downloadrtems-f9f51d0def5862a6b074e25f83918c549041c97e.tar.bz2
Cosmetics.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 92c56629d2..ca41102bfe 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -241,7 +241,7 @@ AC_CHECK_FUNCS(strlcpy strlcat)
# ... far too many conditionals ...
-AM_CONDITIONAL(LIBRPC,[test "$rtems_cv_HAS_NETWORKING" = "yes"])
+AM_CONDITIONAL(LIBRPC,[test x"$rtems_cv_HAS_NETWORKING" = x"yes"])
AM_CONDITIONAL(UNIX,[test x"${RTEMS_CPU}" = x"unix"])
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")