summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-networking.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/aclocal/enable-networking.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4
index 7f3b01365c..00a4b6258c 100644
--- a/cpukit/aclocal/enable-networking.m4
+++ b/cpukit/aclocal/enable-networking.m4
@@ -11,5 +11,4 @@ AC_HELP_STRING([--enable-networking],[enable TCP/IP stack]),
no) RTEMS_HAS_NETWORKING=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-networking option) ;;
esac],[RTEMS_HAS_NETWORKING=yes])
-AC_SUBST(RTEMS_HAS_NETWORKING)dnl
])