projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix configure script to properly detect gmime-2.6 if available.
[notmuch]
/
configure
diff --git
a/configure
b/configure
index 8b85b9d9f6b11c6253b94f5f8db5ef6547b50070..dedb7d87ccb1530026fe960e6e6a1dddfa33bf38 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-281,6
+281,7
@@
for gmimepc in gmime-2.6 gmime-2.4; do
have_gmime=1
gmime_cflags=$(pkg-config --cflags $gmimepc)
gmime_ldflags=$(pkg-config --libs $gmimepc)
+ break
fi
done
if [ "$have_gmime" = "0" ]; then