diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-27 00:05:11 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:07 +0800 |
commit | 3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf (patch) | |
tree | dc7dc0a62aa5795ef8c41f60ebe035bb385a7ea1 /configure.ac | |
parent | e3bf42b161f516427c0b9a7aace65800c9d00170 (diff) | |
download | gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar.gz gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar.bz2 gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar.lz gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar.xz gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.tar.zst gsoc2013-empathy-3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf.zip |
Remove unneeded elses
As the vars will already be to no.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a093a58e8..449b4b58b 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 |