X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=2c1fa700a3a3cf0cb8606a1623b6d09e0de7411b;hp=b3c036c92a79cce0c8c7f8dbf3e2d1d04c8ced56;hb=d8c249008a0b2abd44e652ed70e69b3dbc05b9d8;hpb=fc674eaae14ed2e07abc0df1285b1bd70e0d27cc diff --git a/configure.in b/configure.in index b3c036c9..2c1fa700 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.41 2002/02/12 14:42:37 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)], @@ -116,6 +122,4 @@ intl/Makefile lib/Makefile m4/Makefile po/Makefile.in -po/POTFILES -po/Makefile )