summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index a8091e3a2a..5a256c9346 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -45,14 +45,11 @@ AC_CONFIG_SUBDIRS(libbsp)
# If the TCP/IP stack is enabled, then find all TCP/IP Makefiles
if test "$HAS_NETWORKING" = "yes"; then
- cfg_subdirs="$cfg_subdirs libnetworking"
-
if test "$RTEMS_HAS_RDBG" = "yes"; then
RTEMS_CHECK_RDBG(RTEMS_BSP)
fi
fi
-
if test "$HAS_RDBG" = "yes"; then
cfg_subdirs="$cfg_subdirs librdbg"
fi