]> git.0d.be Git - empathy.git/commitdiff
Should check for enable location and not map (bad copy/paste)
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 27 May 2009 16:23:33 +0000 (12:23 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 27 May 2009 16:52:10 +0000 (12:52 -0400)
configure.ac

index 449b4b58b1de5e834073b71fc35410029e2b6423..9707392af7226da082fe688865bb1a0714263139 100644 (file)
@@ -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