From aebbb15fe2d1ef900e7a66dc16bdf89f2a2394d6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Apr 2017 12:06:39 +0100 Subject: Turn on debug if $VERSION is master rather than commenting and uncommenting. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b078c4f4..31098d16 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_USE_SYSTEM_EXTENSIONS test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc # Is this --enable-debug? -enable_debug=yes +test "x$VERSION" = xmaster && enable_debug=yes AC_ARG_ENABLE( debug, AC_HELP_STRING(--enable-debug, enable debug build flags), -- cgit