From 56a9a68993ad38a1808790bf6335872c26799a96 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 27 Nov 2011 18:08:18 -0500 Subject: [PATCH] configure: Actually disable soup-gnome if not found --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a72004b1..a98bd5f1 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ if test x$with_soup_gnome != xno; then AC_DEFINE([HAVE_LIBSOUP_GNOME], [1], [Define if we have libsoup-gnome]) else PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY]) + with_soup_gnome=no fi else PKG_CHECK_MODULES(OT_COREBIN_DEP, [$GIO_DEPENDENCY])