aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-11-26 06:11:29 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:28 +0800
commitc2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95 (patch)
treed45014e80cb5cd93d55fa3350ace39d6f0b23c74 /configure.ac
parent35a5ce7c4708114932b9e0274925f6a34efd2895 (diff)
downloadgsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.gz
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.bz2
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.lz
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.xz
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.zst
gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.zip
Configure bits for geoclue
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0a3455835..8a85a7525 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,10 +35,10 @@ ENCHANT_REQUIRED=1.2.0
ISO_CODES_REQUIRED=0.35
LIBNOTIFY_REQUIRED=0.4.4
LIBCANBERRA_GTK_REQUIRED=0.4
-GEOCLUE_REQUIRED=0.11
LIBCHAMPLAIN_REQUIRED=0.3.0
LIBCHAMPLAIN_GTK_REQUIRED=0.3.0
CLUTTER_GTK_REQUIRED=0.8.2
+GEOCLUE_REQUIRED=0.11
# Use --enable-maintainer-mode to disabled deprecated symbols
GNOME_MAINTAINER_MODE_DEFINES
@@ -240,7 +240,7 @@ if test "x$enable_location" != "xno"; then
AC_DEFINE(HAVE_GEOCLUE, 1, [Define if you have geoclue])
fi
else
- have_geoclue=no
+ have_geoclue="no"
fi
if test "x$enable_location" = "xyes" -a "x$have_geoclue" != "xyes"; then