From: Felix Janda <felix.janda@posteo.de>
To: netfilter-devel@vger.kernel.org
Subject: [libnetfilter_log PATCH] Make it possible to build libipulog
Date: Fri, 15 May 2015 20:40:31 +0200 [thread overview]
Message-ID: <20150515184031.GA16749@euler> (raw)
commit a1b392b4156db984ab2b695a4a70d113f70cb9b8 had unintentionally
disabled building of libipulog unconditionally
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
configure.ac | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 88ff7ab..c4cc662 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])
--
2.3.6
next reply other threads:[~2015-05-15 18:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 18:40 Felix Janda [this message]
2015-05-20 12:21 ` [libnetfilter_log PATCH] Make it possible to build libipulog Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150515184031.GA16749@euler \
--to=felix.janda@posteo.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.