aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9119dc..15c2835 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,14 @@ AM_ICONV
AM_GNU_GETTEXT([external], [need-formatstring-macros])
AM_GNU_GETTEXT_VERSION([0.17])
+AC_ARG_ENABLE([inetd],
+ AC_HELP_STRING([--enable-inetd],
+ [build and install a replacement for SBINDIR/inetd]),
+ [case $enableval in
+ yes) AC_SUBST([INETD_SH], [inetd.sh]);;
+ no) ;;
+ esac])
+
# Doc hints.
# Select a rendition level:
# DISTRIB for stable releases (at most one dot in the version number)

Return to:

Send suggestions and report system problems to the System administrator.