summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:59:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:59:45 +0000
commit2d80c75429ddae2fd70cac53c0e74e2961bbcfa7 (patch)
treeb8581a4d9d1ac2bd64960bdd6584b56c566c3e3b /cpukit/configure.ac
parent2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2d80c75429ddae2fd70cac53c0e74e2961bbcfa7.tar.bz2
Add AM_CONDITIONAL(HAS_PTHREADS).
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 4b76bbbf2a..f61428d363 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -262,6 +262,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(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")