All of lore.kernel.org
 help / color / mirror / Atom feed
* [libnetfilter_log PATCH] Make it possible to build libipulog
@ 2015-05-15 18:40 Felix Janda
  2015-05-20 12:21 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Janda @ 2015-05-15 18:40 UTC (permalink / raw)
  To: netfilter-devel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [libnetfilter_log PATCH] Make it possible to build libipulog
  2015-05-15 18:40 [libnetfilter_log PATCH] Make it possible to build libipulog Felix Janda
@ 2015-05-20 12:21 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-05-20 12:21 UTC (permalink / raw)
  To: Felix Janda; +Cc: netfilter-devel

On Fri, May 15, 2015 at 08:40:31PM +0200, Felix Janda wrote:
> commit a1b392b4156db984ab2b695a4a70d113f70cb9b8 had unintentionally
> disabled building of libipulog unconditionally

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-20 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15 18:40 [libnetfilter_log PATCH] Make it possible to build libipulog Felix Janda
2015-05-20 12:21 ` Pablo Neira Ayuso

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.