summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-shttpd.m4
blob: 5398c5308ab50753d48b0eede1f5f2e3a7103399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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]) 
])