summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-08-02 17:29:33 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commite2185d2c52325bd6695f79eff38dfab63cb0d49c (patch)
treeb5f42d2c091a437d628362dd49a9a9abcda45707
parent41f3b4219b9298d9d09b637772c1731b30ec1199 (diff)
downloadtalos-petitboot-e2185d2c52325bd6695f79eff38dfab63cb0d49c.tar.gz
talos-petitboot-e2185d2c52325bd6695f79eff38dfab63cb0d49c.zip
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 <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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],
OpenPOWER on IntegriCloud