[evolution-rss] Use correct evo version to determine which libraries to link with
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] Use correct evo version to determine which libraries to link with
- Date: Wed, 28 Apr 2010 21:18:14 +0000 (UTC)
commit 5c77929bb5e4a63bfb80710d73a0b160a38d7b44
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Wed Apr 28 23:13:01 2010 +0200
Use correct evo version to determine which libraries to link with
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c17ec21..7beea48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,8 +354,8 @@ case "$host" in
*-mingw*)
os_win32=yes
NO_UNDEFINED='-no-undefined'
- if test $evolution_int_version -ge 23100; then
- NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail -lemformat -lemiscwidgets'
+ if test $evolution_int_version -ge 23000; then
+ NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail -lemiscwidgets -lemformat'
else
if test $evolution_int_version -ge 22700 -a $evolution_int_version -lt 22900; then
NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail-shared -levolution-mail -lemiscwidgets'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]