]> git.notmuchmail.org Git - notmuch/commit
Fix configure script to properly detect gmime-2.6 if available.
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 8 Mar 2012 16:45:01 +0000 (08:45 -0800)
committerDavid Bremner <bremner@debian.org>
Sun, 11 Mar 2012 01:39:13 +0000 (21:39 -0400)
commit4d136995cebb3a339faf844fa3106f398562aad7
tree914fda45879d2f55a80c5f5f9823f8799b16c538
parent353577ad5733b78b71d93c9bdbaae0b062d32331
Fix configure script to properly detect gmime-2.6 if available.

Previously, the configure script would appear to detect gmime-2.6 if
present.  However, the binaries would end up being compiled against
gmime-2.4.  The addition of a break fixes things so that now gmime-2.6
will be used if available, falling back to gmime-2.4.
configure