diff options
author | Craig Leres <leres@xse.com> | 2019-05-02 18:29:40 -0700 |
---|---|---|
committer | Craig Leres <leres@xse.com> | 2019-05-02 18:29:40 -0700 |
commit | 7acb8f85dfe3e5670cdaea2a4af88985f707898e (patch) | |
tree | d1d8d834110a39b582d8171e2c1b2c94d0f81554 /configure | |
parent | 6393bb66900eb1534af3daf4327fcb4719479596 (diff) | |
download | tcpdump-7acb8f85dfe3e5670cdaea2a4af88985f707898e.tar.gz |
(update configure too)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4332,7 +4332,7 @@ fi # 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. # |