Cosmetics.

This commit is contained in:
Ralf Corsepius
2006-11-19 02:59:47 +00:00
parent 7d6701d3b6
commit f9f51d0def

View File

@@ -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")