summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 14:58:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 14:58:28 +0000
commitf4ad19c8760fdeb1b49d1b25946afb78f04c7048 (patch)
tree65a2d7510eadd737dea88f441ddb9dfdd3478b0f /cpukit/configure.ac
parent2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f4ad19c8760fdeb1b49d1b25946afb78f04c7048.tar.bz2
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove UNIX AM_CONDITIONAL.
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 958f14ad98..512861ec06 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -261,7 +261,6 @@ AC_CHECK_FUNCS(strlcpy strlcat)
# ... far too many conditionals ...
AM_CONDITIONAL(LIBRPC,[test x"$rtems_cv_HAS_NETWORKING" = x"yes"])
-AM_CONDITIONAL(UNIX,[test x"${RTEMS_CPU}" = x"unix"])
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )