Browse Source

Merge pull request #2228 from sduponch/configure

configure: Fix --disable-connmarktos option behaviour
pull/2231/head
Max Lv 6 years ago
committed by GitHub
parent
commit
2e7d7a60c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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