2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Remove UNIX AM_CONDITIONAL.
This commit is contained in:
Ralf Corsepius
2009-10-14 14:58:28 +00:00
parent a61888b0ea
commit f4ad19c876
2 changed files with 1 additions and 1 deletions

View File

@@ -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.

View File

@@ -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" )