[libsecret] Fix the build



commit 5f50c1046ccfd4add52488d1194943eaacfebc71
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 11 06:18:51 2013 -0500

    Fix the build
    
    Without this change, the build ends with
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720244

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bceef6b..595be0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,8 +84,8 @@ PKG_CHECK_MODULES(GLIB,
        glib-2.0 >= $GLIB_REQ
        gio-2.0
        gio-unix-2.0)
-LIBS="$LIBS $GLIB_LIBS -DGLIB_VERSION_MIN_REQUIRED=$GLIB_MIN"
-CFLAGS="$CFLAGS $GLIB_CFLAGS -DGLIB_VERSION_MAX_ALLOWED=$GLIB_MAX"
+LIBS="$LIBS $GLIB_LIBS"
+CFLAGS="$CFLAGS $GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=$GLIB_MIN -DGLIB_VERSION_MAX_ALLOWED=$GLIB_MAX"
 
 GTK_DOC_CHECK($GTKDOC_WANT)
 


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