From: Geoff Levand Date: Thu, 2 Aug 2018 17:29:33 +0000 (+0000) Subject: configure: Remove unused ENABLE_DEBUG X-Git-Tag: v1.9.0~41 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=e2185d2c52325bd6695f79eff38dfab63cb0d49c;p=petitboot configure: Remove unused ENABLE_DEBUG 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 Signed-off-by: Samuel Mendoza-Jonas --- 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],