[PATCH] configure: Check GMime version properly
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Mar 18 01:02:50 PDT 2020
Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
2.25.1
More information about the notmuch
mailing list