[PATCH 14/16] gmime-cleanup: no longer need to use GMime major version during build
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 1 22:16:51 PDT 2019
Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
configure | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure b/configure
index 8775f6a7..0b65630e 100755
--- a/configure
+++ b/configure
@@ -497,7 +497,6 @@ if pkg-config --exists "gmime-3.0 > $GMIME3_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
--
2.20.1
More information about the notmuch
mailing list