]> The Tcpdump Group git mirrors - tcpdump/commitdiff
turn off SMB for now
authorMichael Richardson <[email protected]>
Tue, 17 Sep 2019 20:14:10 +0000 (16:14 -0400)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 24 Sep 2019 12:12:09 +0000 (14:12 +0200)
configure.ac

index 3609961101fb2cac2b36c8bfa2814c496c6556aa..56e2a6246849501b0f5944ea1b88d418945b26ee 100644 (file)
@@ -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,