[gnome-online-accounts] build: Silence a autoreconf warning
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] build: Silence a autoreconf warning
- Date: Fri, 22 May 2015 14:03:47 +0000 (UTC)
commit 42c61be864d78f416b07a02e39d59422adaf6b78
Author: Debarshi Ray <debarshir gnome org>
Date: Fri May 22 15:35:12 2015 +0200
build: Silence a autoreconf warning
The warning was:
AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
AX_CHECK_ENABLE_DEBUG is expanded from...
GNOME_DEBUG_CHECK is expanded from...
the top level
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index db7bb80..69365dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE([enable])
+GNOME_DEBUG_CHECK
+
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC
@@ -62,7 +64,6 @@ AC_DEFINE(GOA_MICRO_VERSION,
#
GLIB_GSETTINGS
-GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS([maximum])
GNOME_MAINTAINER_MODE_DEFINES
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]