This commit is contained in:
Ralf Corsepius
2010-06-09 05:47:46 +00:00
parent 44b7bcd59c
commit 468b8df00e

View File

@@ -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])
])