diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 376c76c..068940b 100644 --- a/configure.ac +++ b/configure.ac @@ -37,24 +37,6 @@ UL_WARN_ADD([-pedantic]) AC_SUBST([WARN_CFLAGS]) -AC_ARG_WITH([usyslogd], - [AS_HELP_STRING([--without-usyslogd], [Build without syslog daemon])], - [case "${withval}" in - yes) AM_CONDITIONAL([USYSLOGD], [true]) ;; - no) AM_CONDITIONAL([USYSLOGD], [false]) ;; - *) AC_MSG_ERROR([bad value ${withval} for --without-usyslogd]) ;; - esac], - [AM_CONDITIONAL([USYSLOGD], [true])]) - -AC_ARG_WITH([klogd], - [AS_HELP_STRING([--without-klogd], [Build without kernel log daemon])], - [case "${withval}" in - yes) AM_CONDITIONAL([KLOGD], [true]) ;; - no) AM_CONDITIONAL([KLOGD], [false]) ;; - *) AC_MSG_ERROR([bad value ${withval} for --without-klogd]) ;; - esac], - [AM_CONDITIONAL([KLOGD], [true])]) - AC_ARG_WITH([gcrond], [AS_HELP_STRING([--without-gcrond], [Build without gcron daemon])], [case "${withval}" in |