summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])
-])