[sound-juicer] Move GNOME_DEBUG_CHECK



commit 6d30c02122db078e2b2fbafecd23132fc58f3f8e
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Thu Nov 20 11:52:33 2014 +0000

    Move GNOME_DEBUG_CHECK
    
    This stops the warning
    AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741288

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51323b0..4f3cfc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ AC_CONFIG_HEADERS([config.h])
 # Enable silent build when available (Automake 1.11)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
+GNOME_DEBUG_CHECK
+
 AM_MAINTAINER_MODE([enable])
 
 # Do the gettext/i18n stuff
@@ -28,7 +30,6 @@ AC_PROG_INSTALL
 IT_PROG_INTLTOOL([0.50.0])
 
 GNOME_COMPILE_WARNINGS([maximum])
-GNOME_DEBUG_CHECK
 
 GTK_REQUIRED=3.4.0
 GLIB_GSETTINGS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]