mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
configure: report GMime minimum version in ./configure output
We already report the minimum version for Glib, zlib, and Xapian development libraries. For consistency, report it for GMime as well. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
b14d9ae204
commit
7880092964
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -468,7 +468,7 @@ fi
|
|||
|
||||
GMIME_MINVER=3.0.3
|
||||
|
||||
printf "Checking for GMime development files... "
|
||||
printf "Checking for GMime development files (>= $GMIME_MINVER)... "
|
||||
if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then
|
||||
printf "Yes.\n"
|
||||
have_gmime=1
|
||||
|
|
Loading…
Reference in a new issue