aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:42:58 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:42:58 +0800
commit18f8901e810a6843f549b06680d9411d12901e5d (patch)
treec398af1a960b3fee060f719cbf0ff94567ead28b /configure.ac
parent8944f13286ba5293781f2d57980da284cb2aa29d (diff)
downloadgsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar.gz
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar.bz2
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar.lz
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar.xz
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.tar.zst
gsoc2013-empathy-18f8901e810a6843f549b06680d9411d12901e5d.zip
Fix typo
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 a8a272be1..1e95f2f66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,7 @@ if test "x$enable_geocode" != "xno"; then
geocode-glib
], have_geocode="yes", have_geocode="no")
- if test "x$have_geoclue" = "xyes"; then
+ if test "x$have_geocode" = "xyes"; then
AC_DEFINE(HAVE_GEOCODE, 1, [Define if you have geocode])
fi
else