[evolution-rss] The libevolution-mail library has to remain in the no-undefined libraries.



commit 585c12d00929cc39aa0ecf18821df033da3b2d0b
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Fri Jun 5 14:16:45 2009 +0200

    The libevolution-mail library has to remain in the no-undefined libraries.
---
 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3aa5f19..f46da2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -297,9 +297,8 @@ case "$host" in
     os_win32=yes
     NO_UNDEFINED='-no-undefined'
 	evolution_int_version="$(echo "$EVOLUTION_EXEC_VERSION" | $AWK -F . '{print [$]1 * 10000 + [$]2 * 100 + [$]3}')"
-	echo $evolution_int_version
 	if test $evolution_int_version -ge 22700; then
-		NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail-shared -lemiscwidgets'
+		NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail-shared -levolution-mail -lemiscwidgets'
 	else
 		NO_UNDEFINED_LIBS='$(EVOLUTION_RSS_EPLUGIN_LIBS) -levolution-mail -lemiscwidgets'
 	fi



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