aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a8a272be1..1e95f2f66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,7 @@ if test "x$enable_geocode" != "xno"; then
geocode-glib
], have_geocode="yes", have_geocode="no")
- if test "x$have_geoclue" = "xyes"; then
+ if test "x$have_geocode" = "xyes"; then
AC_DEFINE(HAVE_GEOCODE, 1, [Define if you have geocode])
fi
else