aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:23:33 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:10 +0800
commit73ead8b8337785093aeefab4c14a8c2dff9dc4f9 (patch)
treefbc374eb32dcad0f79f1aefe00df6d1a2d2168d0 /configure.ac
parentd857e3d568b7ba4c1dd43e2f1f7c467190e0dce4 (diff)
downloadgsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar.gz
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar.bz2
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar.lz
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar.xz
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.tar.zst
gsoc2013-empathy-73ead8b8337785093aeefab4c14a8c2dff9dc4f9.zip
Should check for enable location and not map (bad copy/paste)
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 449b4b58b..9707392af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,7 @@ else
have_geoclue=no
fi
-if test "x$enable_map" = "xyes" -a "x$have_geoclue" != "xyes"; then
+if test "x$enable_location" = "xyes" -a "x$have_geoclue" != "xyes"; then
AC_MSG_ERROR([Couldn't find location dependencies.])
fi