summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2013-08-14 20:40:48 +0200
committerAndreas Henriksson <andreas@fatal.se>2013-08-14 22:05:46 +0200
commit4682c05ce90708e89c8690d4fb395fcee73b9d71 (patch)
tree93a78fb09c07e5aab99f7a760f73a2f8d0068b80 /configure.ac
parentb7bfb4d892c8dfc59c2a017d1227c9cc5ca16549 (diff)
downloadtelepathy-account-widgets-4682c05ce90708e89c8690d4fb395fcee73b9d71.tar.gz
Use new api-versioned name for geocode-glib
geocode-glib has changed the name of the pkg-config file to include the api version. Update configure script accordingly. See: https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974 "pkg-config: Version the pkg-config file" https://bugzilla.gnome.org/show_bug.cgi?id=706020
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 d71de75e..b0228ec6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,7 +441,7 @@ AC_ARG_ENABLE(geocode,
if test "x$enable_geocode" != "xno"; then
PKG_CHECK_MODULES(GEOCODE,
[
- geocode-glib >= $GEOCODE_GLIB_REQUIRED
+ geocode-glib-1.0 >= $GEOCODE_GLIB_REQUIRED
], have_geocode="yes", have_geocode="no")
if test "x$have_geocode" = "xyes"; then