]> git.0d.be Git - empathy.git/commitdiff
Remove unneeded elses
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Tue, 26 May 2009 16:05:11 +0000 (12:05 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 27 May 2009 16:52:07 +0000 (12:52 -0400)
As the vars will already be to no.

configure.ac

index a093a58e815fb2d238aefa9c4d7830c45e1f9e21..449b4b58b1de5e834073b71fc35410029e2b6423 100644 (file)
@@ -211,8 +211,6 @@ if test "x$enable_map" != "xno"; then
 
    if test "x$have_libchamplain" = "xyes"; then
       AC_DEFINE(HAVE_LIBCHAMPLAIN, 1, [Define if you have libchamplain])
-   else
-       have_libchamplain="no"
    fi
 else
    have_libchamplain=no
@@ -240,8 +238,6 @@ if test "x$enable_location" != "xno"; then
 
    if test "x$have_geoclue" = "xyes"; then
       AC_DEFINE(HAVE_GEOCLUE, 1, [Define if you have geoclue])
-   else
-       have_geoclue="no"
    fi
 else
    have_geoclue=no