From 720633cb6a1ef20c1bfbbe9c64a515560224387f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 12:35:20 +0000 Subject: [PATCH] Remove some unix-specific checks. --- cpukit/configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 037ed452ec..a90f8aaf0d 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -284,15 +284,13 @@ AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes") AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"]) AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"]) -AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes" \ -&& test x"${RTEMS_CPU}" != x"unix"]) +AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"]) AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"]) AM_CONDITIONAL([LIBGNAT],[test x"$rtems_cv_HAS_POSIX_API" = x"yes" \ && test x"$enable_ada" = x"yes"]) AM_CONDITIONAL([LIBDOSFS],[dnl -test x"${RTEMS_CPU}" != x"unix" \ -&& test x"$ac_cv_type_uint8_t" = xyes \ +test x"$ac_cv_type_uint8_t" = xyes \ && test x"$ac_cv_type_uint16_t" = xyes]) AC_CONFIG_HEADER(config.h)