summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-28 11:51:07 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-29 10:28:39 -0600
commit8e4f5782eb69fe6d6582c0837cb1c6adc34dbe11 (patch)
tree4c1ef0a9f4e7828d28637e66ecbe154619bda3d2 /cpukit/configure.ac
parentmain_rtrace.c: Add error return when malloc fails (diff)
downloadrtems-8e4f5782eb69fe6d6582c0837cb1c6adc34dbe11.tar.bz2
cpukit/Makefile.am: Remove remaining LIBNETWORKING files
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 9c25c3770d..e3c039383c 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -293,7 +293,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_SMP,[test "$RTEMS_HAS_SMP" = "yes"])
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
-AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])