[frogr] Changed libsoup variant names to just 'gnome' and 'plain'.
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Changed libsoup variant names to just 'gnome' and 'plain'.
- Date: Fri, 27 May 2011 17:46:02 +0000 (UTC)
commit ff1561f54185e74b20adf27c93afb698d569a2f7
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Fri May 27 19:42:29 2011 +0200
Changed libsoup variant names to just 'gnome' and 'plain'.
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 259e6df..8771696 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,13 +84,13 @@ if test "x$with_libsoup" = "xgnome"; then
LIBSOUP_LIBS="$LIBSOUP_GNOME_LIBS"
AC_DEFINE(HAVE_LIBSOUP_GNOME, 1, [Have libsoup-gnome])
- libsoup_variant="libsoup-gnome"
+ else
+ with_libsoup=plain
fi
fi
-if test "x$libsoup_variant" = "x"; then
+if test "x$with_libsoup" = "xplain"; then
PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= $LIBSOUP_MIN_VERSION])
- libsoup_variant="plain libsoup"
fi
FROGR_CFLAGS="$FROGR_CFLAGS $LIBSOUP_CFLAGS"
@@ -204,7 +204,7 @@ echo "*************************************"
echo ""
echo "Platform : $platform"
echo "Using GTK+ version : $with_gtk"
-echo "Using libsoup variant : $libsoup_variant"
+echo "Using libsoup variant : $with_libsoup"
echo "Enable debug : $enable_debug"
echo ""
echo ""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]