]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix shell variable typo and unbreak --without-sandbox-capsicum 760/head
authorCraig Leres <[email protected]>
Fri, 3 May 2019 00:09:57 +0000 (17:09 -0700)
committerCraig Leres <[email protected]>
Fri, 3 May 2019 00:09:57 +0000 (17:09 -0700)
    with_sandbox-capsicum -> with_sandbox_capsicum

configure.ac

index e4f1d258a5673fa1e37558adbb3a777637ce5f22..cef1d6b708a6ae15cf331439809f23bf9a670b0a 100644 (file)
@@ -198,7 +198,7 @@ AC_ARG_WITH(sandbox-capsicum,
 # XXX - do we need to check for all of them, or are there some that, if
 # present, imply others are present?
 #
-if test ! -z "$with_sandbox-capsicum" && test "$with_sandbox-capsicum" != "no" ; then
+if test ! -z "$with_sandbox_capsicum" && test "$with_sandbox_capsicum" != "no" ; then
        #
        # First, make sure we have the required header.
        #