X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=daee5a6e1637371cdda96d16c052ddd04a1ebfe6;hb=8e69663a8b4b9d1cce4faf7b55514ec3efe2499e;hp=c5e2ffed9e6705a9b16f5cf52f3c57235bc40044;hpb=1ec634461ea25d87cc16dbeb1318f8e30a07c9f1;p=notmuch diff --git a/configure b/configure index c5e2ffed..daee5a6e 100755 --- a/configure +++ b/configure @@ -482,9 +482,10 @@ fi # we need to have a version >= 2.6.5 to avoid a crypto bug. We need # 2.6.7 for permissive "From " header handling. GMIME_MINVER=2.6.7 +GMIME3_MINVER=3.0.3 printf "Checking for GMime development files... " -if pkg-config --exists "gmime-3.0"; then +if pkg-config --exists "gmime-3.0 > $GMIME3_MINVER"; then printf "Yes (3.0).\n" have_gmime=1 gmime_cflags=$(pkg-config --cflags gmime-3.0)