summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 04:04:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-14 04:04:39 +0000
commite360bc288a39482cb57fc2c2697999764f606632 (patch)
tree04e40ac1fca70902c247bcf481d9165b6293a3de /cpukit/configure.ac
parent2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e360bc288a39482cb57fc2c2697999764f606632.tar.bz2
2007-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Redefine LIBPOSIX to !UNIX.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index f61428d363..f4452b2d5f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -263,7 +263,7 @@ 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_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")