[empathy] Remove unneeded elses



commit 3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Tue May 26 12:05:11 2009 -0400

    Remove unneeded elses
    
    As the vars will already be to no.
---
 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index a093a58..449b4b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]