X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7885cfa165458a05ef818c34ee03affc79f03725..383670e8f3f5b51d1017d8c1a678aa7eaf1f2b4d:/configure.ac diff --git a/configure.ac b/configure.ac index 1fb36e2b..48f4dc95 100644 --- a/configure.ac +++ b/configure.ac @@ -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,