[PATCH v1 03/30] configure: Remove unused ENABLE_DEBUG

Geoff Levand geoff at infradead.org
Wed Jul 25 08:15:39 AEST 2018


We setup debug builds in the configure script with DEFAULT_CFLAGS and
DEFAULT_CPPFLAGS.  Remove the unused ENABLE_DEBUG AM conditional.

Signed-off-by: Geoff Levand <geoff at infradead.org>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 72bdbf2..51c146d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -322,7 +322,6 @@ AC_ARG_ENABLE(
 	[],
 	[enable_debug=check]
 )
-#AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = "xyes"])
 
 AC_ARG_ENABLE(
 	[test-valgrind],
-- 
2.14.1




More information about the Petitboot mailing list