summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 08:06:08 +0000
commitdc35201765459ae69c0becccdc4cace5ce246da2 (patch)
tree5b01dff6a33fd36a3b2215611b8f61faffadeeec /cpukit/aclocal
parentRemove. (diff)
downloadrtems-dc35201765459ae69c0becccdc4cace5ce246da2.tar.bz2
Remove.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/enable-shttpd.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/aclocal/enable-shttpd.m4 b/cpukit/aclocal/enable-shttpd.m4
deleted file mode 100644
index 5398c5308a..0000000000
--- a/cpukit/aclocal/enable-shttpd.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl $Id$
-
-AC_DEFUN([RTEMS_ENABLE_SHTTPD],
-[
-AC_ARG_ENABLE([shttpd],
-AS_HELP_STRING([--enable-shttpd],[enable (small httpd) shttpd (DEPRECATED)]),
-[case "${enableval}" in
- yes) enable_shttpd=yes ;;
- no) enable_shttpd=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for enable-shttpd option) ;;
-esac],[enable_shttpd=no])
-])