Browse Source

configure: Fix --disable-connmarktos option behaviour

Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel@corp.ovh.com>
pull/2228/head
DUPONCHEEL Sébastien 6 years ago
parent
commit
92fabdaba0
1 changed files with 1 additions and 6 deletions
  1. 7
      configure.ac

7
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}])

Loading…
Cancel
Save