From e2185d2c52325bd6695f79eff38dfab63cb0d49c Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 2 Aug 2018 17:29:33 +0000 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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], -- cgit v1.2.1