summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancois Gouget <fgouget@codeweavers.com>2015-11-10 10:39:08 +0000
committerFrediano Ziglio <fziglio@redhat.com>2015-11-10 10:39:27 +0000
commit5bcbc4f2ba2f9e7cbe4264188257308294dda178 (patch)
tree427a905a42300d37743f0303f6392651f8f7a5f4 /configure.ac
parent64319761e16abeac6572b8f3a33c5d0193f7dda4 (diff)
downloadspice-gtk-5bcbc4f2ba2f9e7cbe4264188257308294dda178.tar.gz
spice-gtk-5bcbc4f2ba2f9e7cbe4264188257308294dda178.tar.xz
spice-gtk-5bcbc4f2ba2f9e7cbe4264188257308294dda178.zip
build-sys: Remove some dead configure.ac DBus code
Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
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 5790a37..7033cbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -671,10 +671,6 @@ have_dbus=no
if test "x$enable_dbus" != "xno"; then
AC_DEFINE([USE_GDBUS], [1], [Define if supporting gdbus])
have_dbus=yes
-
- if test "x$enable_dbus" = "xyes" && test "x$have_dbus" = "xno"; then
- AC_MSG_ERROR([D-Bus support explicitly requested, but some required packages are not available])
- fi
fi
SPICE_CHECK_LZ4