summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-17 01:26:29 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-17 01:26:29 +0200
commit490aed584944b684026a3fd01f8d81f2881e38d6 (patch)
tree959f9d1f831752a33ae8ef541fd9e952ce5c2312 /configure.ac
parent1ebdf5b6847b6a52480a6e9382c1cb70f931a535 (diff)
ask-password: add minimal framework to allow services query SSL/harddisk passphrases from the user
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2ff0c1ffc8..334b1e263c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -226,7 +226,7 @@ AC_SUBST(AUDIT_LIBS)
have_gtk=no
AC_ARG_ENABLE(gtk, AS_HELP_STRING([--disable-gtk], [disable GTK tools]))
if test "x$enable_gtk" != "xno"; then
- PKG_CHECK_MODULES(GTK, [ gtk+-2.0 ],
+ PKG_CHECK_MODULES(GTK, [ gtk+-2.0 gio-unix-2.0 ],
[AC_DEFINE(HAVE_GTK, 1, [Define if GTK is available]) have_gtk=yes], have_gtk=no)
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)