evolution-rss r319 - trunk
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r319 - trunk
- Date: Tue, 1 Jul 2008 07:23:52 +0000 (UTC)
Author: lucilanga
Date: Tue Jul 1 07:23:52 2008
New Revision: 319
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=319&view=rev
Log:
2008-07-01 Lucian Langa <lucilanga gnome org>
* fix building with firefox-devel
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jul 1 07:23:52 2008
@@ -183,6 +183,7 @@
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)"
+ PKG_CHECK_MODULES([GECKO],[$GECKO_EXTRA_PKG_DEPENDENCIES $GECKO-xpcom >= $gecko_min_version])
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]