summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index bbbcc66..d01fa1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,14 +101,5 @@ fi
AM_CONDITIONAL([USE_XMLTOMAN], [test "x$xmltoman" = xyes])
-# Build waproamd?
-AC_ARG_ENABLE(waproamd,
- AC_HELP_STRING([--disable-waproamd], [Disable building of waproamd]),
-[case "${enableval}" in
- yes) waproamd=yes ;;
- no) waproamd=no ;;
- *) AC_MSG_ERROR([bad value ${enableval} for --disable-waproamd]) ;;
-esac], [waproamd=yes])
-
AC_CONFIG_FILES([src/Makefile Makefile conf/Makefile doc/Makefile man/Makefile doc/README.html])
AC_OUTPUT