GNOME Bugzilla – Bug 653937
Doesn't support gmime 2.5.x
Last modified: 2011-07-21 16:00:03 UTC
$ rpm -ql gmime-devel | grep pkg /usr/lib64/pkgconfig/gmime-2.6.pc And in configure.ac: PKG_CHECK_MODULES(GMIME, gmime-2.4, HAVE_GMIME=yes, HAVE_GMIME=no)
Created attachment 192388 [details] [review] Check for gmime 2.5.x We only need to add a check in configure.ac, as the single function we are using is the same in both versions.
commit 64c7724ff02d0221fff6641b3184127a08a8fb93 Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Thu Jul 21 15:56:32 2011 +0000 podcasts: add support for gmime 2.5.x Add check in configure.ac This fixes https://bugzilla.gnome.org/show_bug.cgi?id=653937 Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> configure.ac | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)