From f9f51d0def5862a6b074e25f83918c549041c97e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 19 Nov 2006 02:59:47 +0000 Subject: Cosmetics. --- cpukit/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') 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") -- cgit v1.2.3