]> git.cworth.org Git - notmuch/commitdiff
gmime-cleanup: no longer need to use GMime major version during build
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 2 May 2019 13:19:47 +0000 (09:19 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 3 May 2019 09:58:21 +0000 (06:58 -0300)
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
configure

index 16bb08637abcecd0fc169d2b8abf3ff070e74616..9140026a71f0873e78be32b1c27eee699e66180f 100755 (executable)
--- a/configure
+++ b/configure
@@ -497,7 +497,6 @@ if pkg-config --exists "gmime-3.0 > $GMIME_MINVER"; then
     have_gmime=1
     gmime_cflags=$(pkg-config --cflags gmime-3.0)
     gmime_ldflags=$(pkg-config --libs gmime-3.0)
-    gmime_major=3
 else
     have_gmime=0
     printf "No.\n"
@@ -1296,9 +1295,6 @@ NOTMUCH_RUBY=${RUBY}
 # building/testing ruby bindings.
 NOTMUCH_HAVE_RUBY_DEV=${have_ruby_dev}
 
-# Major version of gmime
-NOTMUCH_GMIME_MAJOR=${gmime_major}
-
 # Platform we are run on
 PLATFORM=${platform}
 EOF