X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=70031d14f8f91e891c57b5f977ffdbe9c85e098c;hb=c0868d959d38d1178acd8b1cba14a0944ea0c2a4;hp=c16d18dce13c35c127c84fffaacefad651b45d81;hpb=eb1f799892a483f4e933867b2b9bafabd405045e;p=notmuch diff --git a/configure b/configure index c16d18dc..70031d14 100755 --- a/configure +++ b/configure @@ -513,7 +513,7 @@ fi GMIME_MINVER=3.0.3 printf "Checking for GMime development files... " -if pkg-config --exists "gmime-3.0 > $GMIME_MINVER"; then +if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then printf "Yes.\n" have_gmime=1 gmime_cflags=$(pkg-config --cflags gmime-3.0)