From 73ead8b8337785093aeefab4c14a8c2dff9dc4f9 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Wed, 27 May 2009 12:23:33 -0400 Subject: Should check for enable location and not map (bad copy/paste) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3