mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
network: Optionally install network headers
Install the network headers only if --enable-networking is specified. Update #3254.
This commit is contained in:
@@ -343,7 +343,6 @@ AC_CHECK_DECLS([utimes],,,[#include <sys/time.h>])
|
||||
AC_CHECK_DECLS([_Timecounter_Time_second],[RTEMS_TOOL_CHAIN_ERROR],,[#include <sys/time.h>])
|
||||
|
||||
# ... far too many conditionals ...
|
||||
AM_CONDITIONAL(LIBRPC,[test x"$rtems_cv_HAS_NETWORKING" = x"yes"])
|
||||
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
|
||||
|
||||
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
|
||||
|
||||
Reference in New Issue
Block a user