[libchamplain: 4/10] Fix a compilation issue with libsoup-gnome
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain: 4/10] Fix a compilation issue with libsoup-gnome
- Date: Mon, 10 May 2010 21:55:32 +0000 (UTC)
commit df54906f646e02489ffd005e70a2fff656c4c23a
Author: Lorenzo Masini <lorenxo86 gmail com>
Date: Mon May 10 21:11:54 2010 +0200
Fix a compilation issue with libsoup-gnome
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 262a34f..2742b72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,9 @@ IDT_COMPILE_WARNINGS
# Check for libsoup, use libsoup-gnome if available
# -----------------------------------------------------------
PKG_CHECK_MODULES(SOUP_GNOME, libsoup-gnome-2.4 >= 2.26, [
- SOUP=SOUP_GNOME
have_soup_gnome="yes"
+ SOUP_CFLAGS=$SOUP_GNOME_CFLAGS
+ SOUP_LIBS=$SOUP_GNOME_LIBS
SOUP_DEP="libsoup-gnome-2.4"
AC_DEFINE(HAVE_LIBSOUP_GNOME,1,[libsoup gnome integration])
], have_soup_gnome="no")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]