aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2020-09-24 22:04:17 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-25 08:40:26 +0200
commit02fb94bd4caa614cfd2327580e91e5e1bc822ebd (patch)
tree95f7dbbd68fe46798fd877069adf1ee3ff0770c6 /configure.ac
parent8fd7531e5841c9d9f80f821a3490a05934fee933 (diff)
downloadgnunet-02fb94bd4caa614cfd2327580e91e5e1bc822ebd.tar.gz
gnunet-02fb94bd4caa614cfd2327580e91e5e1bc822ebd.zip
Disable some diagnostic until TNG is available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3cf7e6cb6..946b6f58a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1817,6 +1817,16 @@ AC_MSG_RESULT($use_gcov)
1817AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"]) 1817AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"])
1818 1818
1819 1819
1820# Temporarily disable a specific piece of code until TNG is out.
1821AC_ARG_ENABLE([transport-timing-diagnostic],
1822 [AS_HELP_STRING([--enable-transport-timing-diagnostic],
1823 [enable logging of transport (not TNG) sending times])],
1824 [enable_ttd=yes],
1825 [enable_ttd=no])
1826AS_IF([test "x$enable_ttd" = "xyes"],
1827 [AC_DEFINE([ENABLE_TTD], [1], [Define if transport (not TNG) should warn about sending times.])])
1828
1829
1820# version info 1830# version info
1821# TODO: git blame says this predates our switch to git. 1831# TODO: git blame says this predates our switch to git.
1822# git-svn should be adjusted to simply git, or 1832# git-svn should be adjusted to simply git, or