summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/configure.ac1
2 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 89e8416c7f..e7fff9986c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Remove UNIX AM_CONDITIONAL.
* libfs/Makefile.am: Unconditionally build src/pipe/fifo.c
src/pipe/pipe.c src/pipe/pipe.h.
* libblock/Makefile.am: Unconditionally build libblock.
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" )