From: Michael Richardson Date: Tue, 17 Sep 2019 20:14:10 +0000 (-0400) Subject: turn off SMB for now X-Git-Tag: tcpdump-4.9.3~23 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/eb585ee78413978df836dd6dda42914b53981d75 turn off SMB for now --- diff --git a/configure.ac b/configure.ac index 36099611..56e2a624 100644 --- a/configure.ac +++ b/configure.ac @@ -169,9 +169,9 @@ fi AC_MSG_CHECKING([whether to enable the possibly-buggy SMB printer]) AC_ARG_ENABLE(smb, -[ --enable-smb enable possibly-buggy SMB printer [default=yes] +[ --enable-smb enable possibly-buggy SMB printer [default=no] --disable-smb disable possibly-buggy SMB printer],, - enableval=yes) + enableval=no) case "$enableval" in yes) AC_MSG_RESULT(yes) AC_DEFINE(ENABLE_SMB, 1,