]> git.notmuchmail.org Git - notmuch/blobdiff - configure
configure: Check GMime version properly
[notmuch] / configure
index c16d18dce13c35c127c84fffaacefad651b45d81..70031d14f8f91e891c57b5f977ffdbe9c85e098c 100755 (executable)
--- 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)