freebsd-ports/net/quagga/files/extra-tcpmd5-patch-configure.ac
Pav Lucistnik d2734c1894 - Update to 0.98.2
PR:		ports/77086
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2005-02-05 22:19:43 +00:00

16 lines
491 B
Text

--- configure.ac.orig Fri Jan 7 06:03:14 2005
+++ configure.ac Fri Jan 28 17:52:57 2005
@@ -204,6 +204,13 @@
AC_DEFINE(HAVE_IRDP,, IRDP )
fi
+AC_ARG_ENABLE(tcp-signature,
+[ --enable-tcp-signature enable TCP MD5 checksum capability])
+
+if test "${enable_tcp_signature}" = "yes"; then
+ AC_DEFINE(QUAGGA_TCP_MD5SIG,,TCP signatures)
+fi
+
if test "${enable_user}" = "yes" || test x"${enable_user}" = x""; then
enable_user="quagga"
elif test "${enable_user}" = "no"; then