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 B5E3A6DE20F0 for ; Mon, 27 Feb 2017 16:27:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 85hpjFOolhFQ for ; Mon, 27 Feb 2017 16:27:19 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id DA0D46DE2112 for ; Mon, 27 Feb 2017 16:27:16 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1ciVcj-0002os-Oo; Mon, 27 Feb 2017 19:26:37 -0500 Received: (nullmailer pid 26850 invoked by uid 1000); Tue, 28 Feb 2017 00:27:15 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 2/3] Revert "configure: add test for gpgconf --create-socketdir" Date: Mon, 27 Feb 2017 20:26:49 -0400 Message-Id: <20170228002650.26762-3-david@tethera.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170228002650.26762-1-david@tethera.net> References: <20170228002650.26762-1-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Tue, 28 Feb 2017 00:27:19 -0000 This reverts commit 12f7d4e61d30fb9a5c99e128ab1aab0bf069cdb4. Since we're not using gpgconf anymore, drop the unneeded test in configure. --- configure | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/configure b/configure index 46063b5d..f1773044 100755 --- a/configure +++ b/configure @@ -602,19 +602,6 @@ if [ $WITH_DOCS = "1" ] ; then fi fi -have_gpgconf_socketdir=0 -printf "Checking for gpgconf --{create,remove}-socketdir... " -if gpgconf --dump-options > /dev/null ; then - if gpgconf --dump-options | grep -q create-socketdir ; then - printf "Yes.\n" - have_gpgconf_socketdir=1 - else - printf "No.\n" - fi -else - printf "No. (missing or broken gpgconf?)\n" -fi - libdir_in_ldconfig=0 printf "Checking which platform we are on... " @@ -1192,9 +1179,6 @@ NOTMUCH_PYTHON=${python} # Are the ruby development files (and ruby) available? If not skip # building/testing ruby bindings. NOTMUCH_HAVE_RUBY_DEV=${have_ruby_dev} - -# Recent enough gnupg to support gpgconf --create-socketdir? -NOTMUCH_HAVE_GPGCONF_SOCKETDIR=${have_gpgconf_socketdir} EOF # Finally, after everything configured, inform the user how to continue. -- 2.11.0