evolution-rss r272 - in trunk: . src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r272 - in trunk: . src
- Date: Mon, 12 May 2008 06:20:12 +0100 (BST)
Author: lucilanga
Date: Mon May 12 05:20:12 2008
New Revision: 272
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=272&view=rev
Log:
allow older webkit fallback checks
Modified:
trunk/config.h.in
trunk/configure.ac
trunk/src/rss.c
Modified: trunk/config.h.in
==============================================================================
--- trunk/config.h.in (original)
+++ trunk/config.h.in Mon May 12 05:20:12 2008
@@ -119,3 +119,6 @@
/* Version number of package */
#undef VERSION
+
+/* unstandard webkit installation */
+#undef WEBKIT_UNSTD
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon May 12 05:20:12 2008
@@ -236,7 +236,7 @@
PKG_CHECK_MODULES([WEBKIT], webkit-1.0, [], [have_webkit=no])
if test "x$have_webkit" == "xno"; then
PKG_CHECK_MODULES([WEBKIT], WebKitGtk, [], [have_webkit=no])
- WEBKIT_UNSTD=1
+ AC_DEFINE_UNQUOTED(WEBKIT_UNSTD, 1, [unstandard webkit installation])
fi
AC_SUBST([WEBKIT_CFLAGS])
AC_SUBST([WEBKIT_LIBS])
Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c (original)
+++ trunk/src/rss.c Mon May 12 05:20:12 2008
@@ -101,7 +101,7 @@
#else
#ifdef HAVE_WEBKIT
#ifdef WEBKIT_UNSTD
- #include <WebKitGtk/webkitwebview.h>
+ #include <WebKit/webkitwebview.h>
#else
#include <webkit/webkitwebview.h>
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]