summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-16 22:45:25 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-16 22:45:25 +0000
commit219b9b062b40f0f5a4edd982164d170633dc7433 (patch)
treec72309fc476e2188c9d3399e3662c8d9bf5831a5 /configure.ac
parent909f82a22883e3f45ec64d8206802bbce5bad9bf (diff)
many changes including host roaming support
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@46 022f378f-78c4-0310-b860-d162c87e6274
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