From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1FC156DE10B6 for ; Thu, 2 May 2019 06:19:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.145 X-Spam-Level: X-Spam-Status: No, score=-0.145 tagged_above=-999 required=5 tests=[AWL=0.056, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g9pKxHpgUKxy for ; Thu, 2 May 2019 06:19:51 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 8431D6DE105F for ; Thu, 2 May 2019 06:19:51 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1556803190; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=xV+MiVMESbVIDL1KvPYPhbW82jdbbQy0ffscwpU+HAE=; b=4Q8u/ufH4zRd1vvEaeUsDiSBNa1rkPEzvVAcD7Ov4o4TZ2otIIkFgXxJ A2K9TnBN6v4L70vbJiRyLcH1thlsDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1556803190; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=xV+MiVMESbVIDL1KvPYPhbW82jdbbQy0ffscwpU+HAE=; b=1Em4OWE0afZaDOWkbeEMYVY99SEP4xGfIPotCrwD2W8+vuCa2omfaE6Y BRRt4JoTTroQJLwOh2ijuMLZSSKiFSLRxGV8zwYexkccd5sKl+x76UbLnP Or3OeFmAX3glvn9/x9lHkIvOUNVatIUhZmM59KbrDKTZDtPr35QrUcK7ds jmqRzQmNeVUHIw263s/BD1eUplgXhjJpvjmQcKjI4raVP4bz/LP/y0rNF1 kM0nPpOTnvCrioF5z8uUZkI0cqW6UTJW4Oh7e/i7dQn+6TQs+IWhLAxT3l xecy1EXCcakKrZTBe7PgZ2MqM6pTHpXXAw3ouUG550JQgasvtv62IQ== Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net [108.58.6.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 56403F99D for ; Thu, 2 May 2019 09:19:50 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id E974920E58; Thu, 2 May 2019 09:19:47 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH v2 15/15] gmime-cleanup: no longer need to use GMime major version during build Date: Thu, 2 May 2019 09:19:47 -0400 Message-Id: <20190502131947.16509-15-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190502131947.16509-1-dkg@fifthhorseman.net> References: <20190502051653.8502-1-dkg@fifthhorseman.net> <20190502131947.16509-1-dkg@fifthhorseman.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2019 13:19:52 -0000 Signed-off-by: Daniel Kahn Gillmor --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 16bb0863..9140026a 100755 --- 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 -- 2.20.1