X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=4c28426ef6344dd43dea6e073737a415947058fd;hb=a227843b739d279b63adcf3736ebb03d856080c4;hp=1ff36b3f8ebf96fa39457c04bb61992edda47689;hpb=fa9bedd47cf8c143e801889c78f0a0979ac4d2fc;p=tinc diff --git a/configure.in b/configure.in index 1ff36b3f..4c28426e 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id$ - AC_PREREQ(2.61) AC_INIT AC_CONFIG_SRCDIR([src/tincd.c]) @@ -166,12 +164,6 @@ AC_ARG_ENABLE(jumbograms, [ AC_DEFINE(ENABLE_JUMBOGRAMS, 1, [Support for jumbograms (packets up to 9000 bytes)]) ] ) -dnl Check if checkpoint tracing has to be enabled -AC_ARG_ENABLE(tracing, - AS_HELP_STRING([--enable-tracing], [enable checkpoint tracing (debugging only)]), - [ AC_DEFINE(ENABLE_TRACING, 1, [Checkpoint tracing]) ] -) - AC_SUBST(INCLUDES) AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile lib/Makefile po/Makefile.in m4/Makefile])