mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove UNIX AM_CONDITIONAL.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
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
|
* libfs/Makefile.am: Unconditionally build src/pipe/fifo.c
|
||||||
src/pipe/pipe.c src/pipe/pipe.h.
|
src/pipe/pipe.c src/pipe/pipe.h.
|
||||||
* libblock/Makefile.am: Unconditionally build libblock.
|
* libblock/Makefile.am: Unconditionally build libblock.
|
||||||
|
|||||||
@@ -261,7 +261,6 @@ AC_CHECK_FUNCS(strlcpy strlcat)
|
|||||||
|
|
||||||
# ... far too many conditionals ...
|
# ... far too many conditionals ...
|
||||||
AM_CONDITIONAL(LIBRPC,[test x"$rtems_cv_HAS_NETWORKING" = x"yes"])
|
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(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
|
||||||
|
|
||||||
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
|
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
|
||||||
|
|||||||
Reference in New Issue
Block a user