[empathy] Should check for enable location and not map (bad copy/paste)



commit 73ead8b8337785093aeefab4c14a8c2dff9dc4f9
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Wed May 27 12:23:33 2009 -0400

    Should check for enable location and not map (bad copy/paste)
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 449b4b5..9707392 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]