summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:51:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-13 03:51:32 +0000
commit7f3689ef3c63028b401d65ad33e515a0787f3fa6 (patch)
tree330e367f895204313865e0190c76d0a3519e0913 /cpukit/configure.ac
parent2007-04-13 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7f3689ef3c63028b401d65ad33e515a0787f3fa6.tar.bz2
Rename AM_CONDITIONAL(HAS_POSIX) into LIBPOSIX.
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 94dc914bc2..4b76bbbf2a 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -262,7 +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_POSIX,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")