summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 02:28:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 02:28:35 +0000
commit3fe615bae8402e731846930125b3feff2ef333fc (patch)
tree8bd784d2e3a8c869b0c3d4ae0564fa655c49830d /cpukit/httpd/Makefile.am
parent2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3fe615bae8402e731846930125b3feff2ef333fc.tar.bz2
Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
Diffstat (limited to 'cpukit/httpd/Makefile.am')
-rw-r--r--cpukit/httpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am
index a1aa779bf4..3bf90db859 100644
--- a/cpukit/httpd/Makefile.am
+++ b/cpukit/httpd/Makefile.am
@@ -6,7 +6,7 @@ include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -DWEBS -DUEMF
-if HAS_NETWORKING
+if LIBNETWORKING
if HAS_POSIX
include_goaheaddir = $(includedir)/goahead