From: Daniel Kahn Gillmor Date: Wed, 18 Mar 2020 08:02:50 +0000 (-0400) Subject: configure: Check GMime version properly X-Git-Tag: archive/debian/0.30_rc0-1~83 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=13f2027101a5f9e1ace7a83d7877b2bf4ad4ca75 configure: Check GMime version properly Signed-off-by: Daniel Kahn Gillmor --- 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)