From f4ad19c8760fdeb1b49d1b25946afb78f04c7048 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 14:58:28 +0000 Subject: =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove UNIX AM_CONDITIONAL. --- cpukit/ChangeLog | 1 + cpukit/configure.ac | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') 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 + * 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" ) -- cgit v1.2.3