]> git.0d.be Git - empathy.git/commitdiff
Fix typo
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:42:58 +0000 (10:42 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:42:58 +0000 (10:42 +0100)
configure.ac

index a8a272be188d325a0d9420760594b02f759e076d..1e95f2f661089456f59496ed27ce00b9dc26dadb 100644 (file)
@@ -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