summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2015-02-24 22:04:33 +0000
committerRoss Lagerwall <rosslagerwall@gmail.com>2015-04-09 22:10:17 +0100
commit7cf5d5ff55fcbdebe0fb7b60e52ecb0c95ca63ee (patch)
tree975db49fb85169ae761b030207c72c2facea07dc /configure.ac
parentab4e591a40bbcd2d0e3b11e966fad42eaf259c28 (diff)
downloadgvfs-7cf5d5ff55fcbdebe0fb7b60e52ecb0c95ca63ee.tar.gz
daemon: Add function to confirm certificate
Add a utility function to present a certificate to the user during a mount to confirm whether to continue or not. This adds a dependency on Gcr, to parse information from the certificate. Based on a patch by Ondrej Holy. https://bugzilla.gnome.org/show_bug.cgi?id=526582
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 788140d5..d219aba1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,6 +74,8 @@ AC_SUBST(DBUS_SERVICE_DIR)
giomodulesdir=$libdir/gio/modules
AC_SUBST(giomodulesdir)
+PKG_CHECK_MODULES(GCR, gcr-base-3)
+
dnl ****************************
dnl *** Checks for intltool ***
dnl ****************************