From 92fabdaba0361b286da24187ddf5bc7bf8646d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DUPONCHEEL=20S=C3=A9bastien?= Date: Wed, 21 Nov 2018 11:29:27 +0100 Subject: [PATCH] configure: Fix --disable-connmarktos option behaviour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DUPONCHEEL Sébastien --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 8e24359c..fcf46028 100755 --- a/configure.ac +++ b/configure.ac @@ -247,12 +247,7 @@ AM_COND_IF([USE_SYSTEM_SHARED_LIB], AC_ARG_ENABLE(connmarktos, [AS_HELP_STRING(--enable-connmarktos, Enable saved connmark to IP TOS QoS feature)], -[ - enable_connmarktos="yes" -], -[ - enable_connmarktos="no" -]) +[ enable_connmarktos="$enableval" ]) if test x"$enable_connmarktos" = "xyes" ; then AC_MSG_NOTICE([Linux Netfilter Conntrack support requested by --enable-connmarktos: ${enable_connmarktos}])