]> The Tcpdump Group git mirrors - tcpdump/blobdiff - configure.ac
TCP: Add a test with data in the RST segment
[tcpdump] / configure.ac
index d81ff2b064e11eeb8ae48d7483bc444bcda94b72..48f4dc959ab81015d63d1233ad95ff87fd03968a 100644 (file)
@@ -7,7 +7,7 @@ dnl
 #
 # See
 #
-#      http://ftp.gnu.org/gnu/config/README
+#      https://ftp.gnu.org/gnu/config/README
 #
 # for the URLs to use to fetch new versions of config.guess and
 # config.sub.
@@ -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,
@@ -992,7 +992,7 @@ AC_CONFIG_HEADER(config.h)
 
 AC_OUTPUT_COMMANDS([if test -f .devel; then
        echo timestamp > stamp-h
-       cat Makefile-devel-adds >> Makefile
+       cat $srcdir/Makefile-devel-adds >> Makefile
        make depend
 fi])
 AC_OUTPUT(Makefile tcpdump.1)