[PATCH v2 03/30] configure: Remove unused ENABLE_DEBUG
Geoff Levand
geoff at infradead.org
Fri Aug 3 03:29:33 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 d02c85f..2cf94ef 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