configure: Actually disable soup-gnome if not found

This commit is contained in:
Colin Walters 2011-11-27 18:08:18 -05:00
parent 1a5994a45c
commit 56a9a68993
1 changed files with 1 additions and 0 deletions

View File

@ -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])