[gnome-online-accounts/wip/kerberos: 5/6] Add --enable-kerberos to DISTCHECK_CONFIGURE_FLAGS



commit 9f40970df7c34a86a07da5a5369fa9542ece4501
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 21 00:49:44 2012 +0200

    Add --enable-kerberos to DISTCHECK_CONFIGURE_FLAGS
    
    Currently, as things stand, no matter what is enabled or disabled all
    the providers are built. Since Kerberos needs gcr-3, distcheck will
    fail unless the PKG_CHECK_MODULES for gcr-3 is run.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b4403e6..4329dc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@ NULL =
 SUBDIRS = data src doc po
 
 # introspection and docs doesn't work with src != build
-DISTCHECK_CONFIGURE_FLAGS=--disable-introspection --disable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--disable-introspection --disable-gtk-doc --enable-kerberos
 
 -include $(top_srcdir)/git.mk



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