projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f3b42
)
configure: Remove unused ENABLE_DEBUG
author
Geoff Levand
<geoff@infradead.org>
Thu, 2 Aug 2018 17:29:33 +0000
(17:29 +0000)
committer
Samuel Mendoza-Jonas
<sam@mendozajonas.com>
Tue, 7 Aug 2018 01:30:36 +0000
(11:30 +1000)
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>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d02c85f3c9c87df70f1825203a1e50ba63dc1d75..2cf94efb0f546ef9974052122528b181307a2360 100644
(file)
--- 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],