summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:05 +0000
commit10f41202ab96cc6112321f10a86f907cf6c0f728 (patch)
treef7c5552d3c2dafbcee9efbfe39453cfa93d73f0a /cpukit/configure.ac
parentWhitespace removal. (diff)
downloadrtems-10f41202ab96cc6112321f10a86f907cf6c0f728.tar.bz2
Eliminate AM_CONDITIONAL LIBPOSIX.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index cac444653f..6a9b0a5b7f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -253,7 +253,6 @@ AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
-AM_CONDITIONAL(LIBPOSIX,test x"${RTEMS_CPU}" != x"unix")
AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")