aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 83203a8a..9a05a0fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,7 +360,7 @@ AC_ARG_ENABLE([logging],
360 [test "x$enableval" = "xverbose"], [extra_logging=GNUNET_YES] 360 [test "x$enableval" = "xverbose"], [extra_logging=GNUNET_YES]
361 [test "x$enableval" = "xveryverbose"], [extra_logging=\(GNUNET_YES+1\)]) 361 [test "x$enableval" = "xveryverbose"], [extra_logging=\(GNUNET_YES+1\)])
362 ], []) 362 ], [])
363AC_DEFINE_UNQUOTED([GNUNET_EXTRA_LOGGING],[$extra_logging],[1 if extra logging is enabled, 2 for very verbose extra logging, 0 otherwise]) 363AC_DEFINE_UNQUOTED([GNUNET_GTK_EXTRA_LOGGING],[$extra_logging],[1 if extra logging is enabled, 2 for very verbose extra logging, 0 otherwise])
364 364
365 365
366 366