From 31903f07ef724a2680665d8d945182a4d7d60d3c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 13:32:25 +0000 Subject: Add shttpd. --- cpukit/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index f5dba456df..466054b389 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -48,6 +48,7 @@ AS_IF([test x"${RTEMS_CPU}" = x"unix"],[ # Not really used by this configure script # FIXME: They should be eliminated if possible. AC_CHECK_FUNCS([strsep strcasecmp snprintf]) +AC_CHECK_FUNCS([strdup strndup strncasecmp]) AC_CHECK_FUNCS([bcopy bcmp]) AC_CHECK_FUNCS([isascii fileno]) @@ -347,6 +348,7 @@ httpd/Makefile ftpd/Makefile telnetd/Makefile pppd/Makefile +shttpd/Makefile wrapup/Makefile]) AC_CONFIG_COMMANDS([preinstall-stamp], -- cgit v1.2.3