netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrackd PATCH 1/2] configure.ac: improve feature selection
@ 2015-10-29 14:25 Arturo Borrero Gonzalez
  2015-10-29 14:25 ` [conntrackd PATCH 2/2] conntrackd: add systemd support Arturo Borrero Gonzalez
  2015-11-06 13:44 ` [conntrackd PATCH 1/2] configure.ac: improve feature selection Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Arturo Borrero Gonzalez @ 2015-10-29 14:25 UTC (permalink / raw)
  To: netfilter-devel; +Cc: jengelh, pablo

Let's improve feature selection with feedback from Jan Engelhardt
and Pablo Neira Ayuso.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 70d3729..f326f96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,10 +57,10 @@ fi
 
 AC_ARG_ENABLE([cthelper],
         AS_HELP_STRING([--disable-cthelper], [Do not build userspace helper support]),
-        [enable_cthelper="no"], [enable_cthelper="yes"])
+        [enable_cthelper="$enableval"], [enable_cthelper="yes"])
 AC_ARG_ENABLE([cttimeout],
         AS_HELP_STRING([--disable-cttimeout], [Do not build timeout support]),
-        [enable_cttimeout="no"], [enable_cttimeout="yes"])
+        [enable_cttimeout="$enableval"], [enable_cttimeout="yes"])
 
 PKG_CHECK_MODULES([LIBNFNETLINK], [libnfnetlink >= 1.0.1])
 PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])


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

end of thread, other threads:[~2015-11-06 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 14:25 [conntrackd PATCH 1/2] configure.ac: improve feature selection Arturo Borrero Gonzalez
2015-10-29 14:25 ` [conntrackd PATCH 2/2] conntrackd: add systemd support Arturo Borrero Gonzalez
2015-10-29 19:42   ` Pablo Neira Ayuso
2015-11-06 13:44 ` [conntrackd PATCH 1/2] configure.ac: improve feature selection Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).