summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:26 +0000
commitec6f27c2831c458ae861cb18e36bc8b3e946b349 (patch)
tree19d99c389d57714845f39f572c2c734d7404c5fb /cpukit/configure.ac
parentRemove. (diff)
downloadrtems-ec6f27c2831c458ae861cb18e36bc8b3e946b349.tar.bz2
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove support for shttpd. * aclocal/enable-shttpd.m4: Remove.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 2493b7f29f..22f0b12e00 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -18,7 +18,6 @@ RTEMS_ENABLE_POSIX
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_RTEMS_DEBUG
RTEMS_ENABLE_NETWORKING
-RTEMS_ENABLE_SHTTPD
RTEMS_ENV_RTEMSCPU
RTEMS_CHECK_RTEMS_DEBUG
@@ -274,8 +273,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
-AM_CONDITIONAL([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
-&& test x"$enable_shttpd" = xyes])
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
@@ -339,7 +336,6 @@ zlib/Makefile
ftpd/Makefile
telnetd/Makefile
pppd/Makefile
-shttpd/Makefile
mghttpd/Makefile
wrapup/Makefile])