]> The Tcpdump Group git mirrors - tcpdump/blobdiff - configure.ac
TCP: Add a test with data in the RST segment
[tcpdump] / configure.ac
index 1fb36e2ba80f1be2d25c9fd173df36b35ce59829..48f4dc959ab81015d63d1233ad95ff87fd03968a 100644 (file)
@@ -147,9 +147,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,