[geocode-glib] build: Port from GNOME_DEBUG_CHECK to AX_CHECK_ENABLE_DEBUG



commit eaeb4cb0a6d3a01130a6680b0eda50563941bd35
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Oct 13 12:15:11 2016 +0100

    build: Port from GNOME_DEBUG_CHECK to AX_CHECK_ENABLE_DEBUG
    
    This is one step towards no longer depending on gnome-common.
    
    https://wiki.gnome.org/Projects/GnomeCommon/Migration
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756311

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 664e597..99d00bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news subdir-objects])
+AX_CHECK_ENABLE_DEBUG([yes])
 
 # Before making a release, the GCLIB_LT_VERSION string should be modified.
 # The string is of the form C:R:A.
@@ -69,7 +70,6 @@ AC_SUBST(GLIB_GENMARSHAL)
 
 GOBJECT_INTROSPECTION_CHECK([0.6.3])
 
-GNOME_DEBUG_CHECK
 GNOME_COMPILE_WARNINGS([maximum])
 GNOME_CXX_WARNINGS
 GNOME_MAINTAINER_MODE_DEFINES


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