summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:35:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:35:20 +0000
commit720633cb6a1ef20c1bfbbe9c64a515560224387f (patch)
treece0603ef788c8c5cb3ee53ab44ba7956274d2f65 /cpukit/configure.ac
parentRemove unix-CPU_CONTEXT size checking. (diff)
downloadrtems-720633cb6a1ef20c1bfbbe9c64a515560224387f.tar.bz2
Remove some unix-specific checks.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac6
1 files 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)