check_rsa() is broken, I don't know why, just remove it for now.
[tinc] / configure.in
index 7e16a06..2c1fa70 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-dnl $Id: configure.in,v 1.13.2.42 2002/03/10 14:05:35 guus Exp $
+dnl $Id: configure.in,v 1.13.2.43 2002/03/22 11:43:46 guus Exp $
 
 AC_INIT(src/tincd.c)
 AM_INIT_AUTOMAKE(tinc, 1.0-cvs)
@@ -100,6 +100,12 @@ tinc_TUNTAP
 tinc_OPENSSL
 tinc_ZLIB
 
+dnl Check if support for jumbograms is requested 
+AC_ARG_ENABLE(jumbograms,
+  [  --enable-jumbograms     enable support for jumbograms (packets up to 9000 bytes)],
+  [ AC_DEFINE(ENABLE_JUMBOGRAMS) ]
+)
+
 dnl Check if checkpoint tracing has to be enabled
 AC_ARG_ENABLE(tracing,
   [  --enable-tracing        enable checkpoint tracing (debugging only)],