From a8a723ffe919cc3e8e3ef7ad6c07adb0ee0f715b Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 16 Nov 2020 17:01:51 +0100 Subject: [PATCH] Add debug state to the configure report (thanks @benbe for the idea) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8bdd67e3..f774c8ef 100644 --- a/configure.ac +++ b/configure.ac @@ -389,4 +389,5 @@ AC_MSG_RESULT([ unicode: $enable_unicode hwloc: $enable_hwloc setuid: $enable_setuid + debug: $enable_debug ])