aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-11-30 11:05:43 +0100
committert3sserakt <t3ss@posteo.de>2021-11-30 11:05:43 +0100
commit4e64b1030ff4d15baf252cbcdf6be34ccae50c00 (patch)
tree3f54de48b5777864947458b4eb4e53e6f812669b /configure.ac
parent527ec708aace867948df47499482b13776de4611 (diff)
downloadgnunet-4e64b1030ff4d15baf252cbcdf6be34ccae50c00.tar.gz
gnunet-4e64b1030ff4d15baf252cbcdf6be34ccae50c00.zip
- added missing g for extra_logging var
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 c4b3f1670..3e8d85eed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -549,7 +549,7 @@ AC_ARG_ENABLE([logging],
549 AC_DEFINE([GNUNET_CULL_LOGGING], [1], 549 AC_DEFINE([GNUNET_CULL_LOGGING], [1],
550 [Define to 1 to cull all logging calls])], 550 [Define to 1 to cull all logging calls])],
551 [verbose], 551 [verbose],
552 [extra_loging=GNUNET_YES], 552 [extra_logging=GNUNET_YES],
553 [veryverbose], [extra_logging=\(GNUNET_YES+1\)], 553 [veryverbose], [extra_logging=\(GNUNET_YES+1\)],
554 [extra_logging=GNUNET_NO])]) 554 [extra_logging=GNUNET_NO])])
555AC_DEFINE_UNQUOTED([GNUNET_EXTRA_LOGGING], [$extra_logging], 555AC_DEFINE_UNQUOTED([GNUNET_EXTRA_LOGGING], [$extra_logging],