aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-06-09 19:08:47 +0000
committerwalters <walters@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2008-06-09 19:08:47 +0000
commit8c6a686e55bb1df1d92abc0a0bde3299dda59d41 (patch)
tree3e0f7cd71e0eebf498b705708311dc533ccd3a5c
parent23e9eb07a2fe6e7bb730bd37e69effa034210f80 (diff)
2008-06-09 Colin Walters <walters@verbum.org>
Bug 534515: cleanups * configure.in: Look for dbus-glib and not libgnome. Patch from from Guido Günther. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@75 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51b9532..d713cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
Bug 534515: cleanups
+ * configure.in: Look for dbus-glib and not libgnome.
+ Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
* src/krb5-auth-dialog.c: Cleaner use of
gboolean. Patch from from Guido Günther.
diff --git a/configure.ac b/configure.ac
index 02197f2..8efdbdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ PKG_CHECK_MODULES(GNOME,
[
gtk+-2.0 >= 2.4.0
libglade-2.0 >= 2.4.0
- libgnomeui-2.0 >= 2.4.0
+ dbus-glib-1 >= 0.60
])
AC_PATH_PROG([KRB5_CONFIG], krb5-config, none, $PATH:/usr/kerberos/bin)