summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac2
2 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4b606f3ea0..05a549d56e 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -22,6 +22,7 @@ SUBDIRS += httpd
SUBDIRS += ftpd
SUBDIRS += telnetd
SUBDIRS += pppd
+SUBDIRS += shttpd
noinst_DATA = preinstall-stamp
preinstall-stamp:
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],