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