diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-24 03:21:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-24 03:21:12 +0800 |
commit | cd75a45fc98b686fc180feb3209bbfd2e1c4413b (patch) | |
tree | 01c09143a9a6281da52d554152456d00ef4ac9f1 /README | |
parent | e468b3b58b759df07a0d398fdc89af7bc3d42677 (diff) | |
download | gsoc2013-evolution-cd75a45fc98b686fc180feb3209bbfd2e1c4413b.tar.gz gsoc2013-evolution-cd75a45fc98b686fc180feb3209bbfd2e1c4413b.tar.zst gsoc2013-evolution-cd75a45fc98b686fc180feb3209bbfd2e1c4413b.zip |
Remove reference to verify-evolution-install.sh since it doesn't work any
* README: Remove reference to verify-evolution-install.sh since it
doesn't work any more.
* configure.in (EVO_CHECK_LIB): allow this to take a max version
too, mostly so we can bound the allowable gal versions for
releases, but also to require libxml < 2.0.
(OpenSSL): Fixicate to work on NetBSD (OpenSSL in /usr, no libdl).
svn path=/trunk/; revision=9951
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -26,12 +26,7 @@ There is also an #evolution IRC channel on irc.gnome.org. IF IT DOESN'T WORK ------------------ -Did you read the "How to build" section below? :-) - -If you have built Evolution and it doesn't work, or you can't get it -or one of its dependencies to compile, try running the -"verify-evolution-install.sh" script in the tools/ subdirectory. It -may be able to figure out what went wrong. +Did you read the "How to build" section below? If the configure script complains that you don't have a library that you know you have installed, it usually means either that you've |