X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=70031d14f8f91e891c57b5f977ffdbe9c85e098c;hp=c16d18dce13c35c127c84fffaacefad651b45d81;hb=13f2027101a5f9e1ace7a83d7877b2bf4ad4ca75;hpb=018ad3703ba46ea603854f51f8ff5ae86183cca0 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)