summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 88ff7ab..cdcbc90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,8 @@ case "$host" in
esac
AC_ARG_WITH([ipulog],
- AC_HELP_STRING([--without-ipulog], [don't build libipulog compat library]),
- [ipulog_skip=1], [ipulog_skip=0])
-AM_CONDITIONAL([BUILD_IPULOG], [test $ipulog_skip = 0])
+ AC_HELP_STRING([--without-ipulog], [don't build libipulog compat library]))
+AM_CONDITIONAL([BUILD_IPULOG], [test "x$with_ipulog" != xno])
dnl Dependencies
PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 0.0.41])