evolution-rss r337 - trunk



Author: lucilanga
Date: Tue Jul 15 07:46:01 2008
New Revision: 337
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=337&view=rev

Log:
2008-07-14  Lucian Langa  <lucilanga gnome org>

* src/configure.in: force pickup of
nspr includes
* src/rss-config-factory.c: suppport
for foaf importing
* src/rss.c: add status icon

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Jul 15 07:46:01 2008
@@ -180,7 +180,8 @@
 if test "x$have_gecko" != "xno"; then
 	if test $GECKO = libxul-embedding; then
 		PKG_CHECK_MODULES([GECKO],[libxul-embedding $gecko_cv_extra_pkg_dependencies  >= $gecko_min_version])
-		#GECKO_CFLAGS="$GECKO_CFLAGS $(pkg-config --cflags --define-variable=includetype=unstable libxul-embedding)"
+		dnl https://bugzilla.mozilla.org/show_bug.cgi?id=442009
+		GECKO_CFLAGS="$GECKO_CFLAGS $(pkg-config --cflags nspr)"
 	elif test $GECKO = firefox; then
 		GECKO_CFLAGS="$GECKO_CFLAGS $(pkg-config --cflags firefox-xpcom)"
     		PKG_CHECK_MODULES([GECKO],[$GECKO_EXTRA_PKG_DEPENDENCIES $GECKO-xpcom >= $gecko_min_version])



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