diff options
-rw-r--r-- | configure.ac | 2 |
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 |