aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-27 00:05:11 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:07 +0800
commit3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf (patch)
treedc7dc0a62aa5795ef8c41f60ebe035bb385a7ea1 /configure.ac
parente3bf42b161f516427c0b9a7aace65800c9d00170 (diff)
downloadgsoc2013-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.ac4
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