summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-networking.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:14:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 18:14:38 +0000
commitd7a75734b05154f0a44fe00fbe026027814e0c4e (patch)
tree17480d31ac3ae977cf6c494ba20575854066b2d1 /cpukit/aclocal/check-networking.m4
parent2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7a75734b05154f0a44fe00fbe026027814e0c4e.tar.bz2
2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING). * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING). * automake/amcompile.am: Remove $(ARCH). * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include amcompile.am.
Diffstat (limited to 'cpukit/aclocal/check-networking.m4')
-rw-r--r--cpukit/aclocal/check-networking.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 514f61b6fa..289c1b3eb2 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -25,5 +25,4 @@ if test "$rtems_cv_HAS_NETWORKING" = "yes"; then
else
HAS_NETWORKING="no";
fi
-AC_SUBST(HAS_NETWORKING)dnl
])