diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-03-18 04:02:50 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-03-19 21:55:04 -0300 |
| commit | 13f2027101a5f9e1ace7a83d7877b2bf4ad4ca75 (patch) | |
| tree | 7718a8719230c0b5875e420d75df9408b8a69bf1 /configure | |
| parent | 018ad3703ba46ea603854f51f8ff5ae86183cca0 (diff) | |
configure: Check GMime version properly
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
