network: Optionally install network headers

Install the network headers only if --enable-networking is specified.

Update #3254.
This commit is contained in:
Sebastian Huber
2018-03-09 08:38:18 +01:00
parent 89ac281f5b
commit 16f4661fd1
24 changed files with 26 additions and 28 deletions

View File

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