summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-09 08:38:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-09 08:43:29 +0100
commit16f4661fd1fd13b7b5ce63756e0cbfd20843aa75 (patch)
tree7c95d12cc5d2240d2aedef4a8d457ed6377c7cbc /cpukit/configure.ac
parentcpukit/include/mqueue.h: Delete unneeded includes (diff)
downloadrtems-16f4661fd1fd13b7b5ce63756e0cbfd20843aa75.tar.bz2
network: Optionally install network headers
Install the network headers only if --enable-networking is specified. Update #3254.
Diffstat (limited to '')
-rw-r--r--cpukit/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 8435e138ea..235241643e 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -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" )