summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-15 08:36:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-15 08:36:13 +0000
commit89ddf5165aca1e83662b2e43a8cdeca78c6662df (patch)
tree988e2ab374bea8142d15fccbfe6ba7bf94fb6d24 /cpukit/configure.ac
parent2009-04-15 Wei-Tsun Sun <wsun013@gmail.com> (diff)
downloadrtems-89ddf5165aca1e83662b2e43a8cdeca78c6662df.tar.bz2
2009-04-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Disable LIBSHELL for unix targets.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 48ceabc9ae..6d377d26fd 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -306,7 +306,8 @@ 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"])
+AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes" \
+&& test x"${RTEMS_CPU}" != x"unix"])
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"])