evolution-rss r215 - trunk



Author: lucilanga
Date: Mon Mar 10 19:25:47 2008
New Revision: 215
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=215&view=rev

Log:
update to newer webkit API

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 10 19:25:47 2008
@@ -216,7 +216,7 @@
 AC_MSG_RESULT([$enable_webkit])
 
 if test "$enable_webkit" = "yes"; then
-PKG_CHECK_MODULES([WEBKIT], WebKitGdk, [], [have_webkit=no])
+PKG_CHECK_MODULES([WEBKIT], WebKitGtk, [], [have_webkit=no])
 AC_SUBST([WEBKIT_CFLAGS])
 AC_SUBST([WEBKIT_LIBS])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]