evolution-rss r306 - trunk
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r306 - trunk
- Date: Wed, 25 Jun 2008 18:23:26 +0000 (UTC)
Author: lucilanga
Date: Wed Jun 25 18:23:26 2008
New Revision: 306
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=306&view=rev
Log:
2008-06-25 Lucian Langa <lucilanga gnome org>
* fix build against firefox
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jun 25 18:23:26 2008
@@ -181,6 +181,8 @@
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)"
+ elif test $GECKO = firefox; then
+ GECKO_CFLAGS="$GECKO_CFLAGS $(pkg-config --cflags firefox-xpcom)"
elif test $GECKO = libxul; then
PKG_CHECK_MODULES([GECKO],[$GECKO_EXTRA_PKG_DEPENDENCIES $GECKO >= $gecko_min_version])
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]