Re: a few pan compile fixes
walt <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/27/2010 06:03 PM, Zing wrote: > Hello folks, > > The following are some fixes I had to make to get the lostcoder testing > branch compiled on Fedora 13. Hi Zing, and thanks for contributing. (I speak only for myself. I'm just a pan fan and not any part of the pan project.) > diff --git a/configure.in b/configure.in > -GMIME_REQUIRED=2.4.0 > +GMIME_REQUIRED=2.5.0 I've read various man pages and tutorials about the gnu autotools and every time I quit in the middle because of migraine or nausea ;) but IIUC the changes above would break the build on my distribution, which uses gmime-2.4. The patches raise the minimum acceptable version of gmime to 2.5, am I wrong about this? Again, IIUC, my gmime-2.4 would flunk the test, right? Or wrong? Thanks for your time!