aboutsummaryrefslogtreecommitdiffstats
path: root/net/quagga/files/extra-tcpmd5-patch-configure.ac
blob: 5ca3d52ffad9f0e809b7c7415c894059abeb963e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- configure.ac.orig   Thu May 20 12:31:22 2004
+++ configure.ac    Thu May 20 12:33:06 2004
@@ -163,6 +163,13 @@
   AC_MSG_RESULT(no)
 fi
 
+AC_ARG_ENABLE(tcp-signature,
+[  --enable-tcp-signature        enable TCP MD5 checksum capability])
+
+if test "${enable_tcp_signature}" = "yes"; then
+  AC_DEFINE(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