aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-02-28 21:21:07 -0400
committerDavid Bremner <david@tethera.net>2017-02-28 21:21:07 -0400
commit508b5c20fa38b17fa527af075857061f4ed81e2a (patch)
treead0ae7898db74c3e6c1a9362e671da1aff5b2840 /configure
parent5c0f1bd36790e680f7d3b6082e3606bd3b84a588 (diff)
parent770d00a8955b2ad8be9daf2923e31221c4847043 (diff)
Merge branch 'release'
Second gnugpg test suite fix
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index d0d8f18a..fa77eb8f 100755
--- a/configure
+++ b/configure
@@ -612,19 +612,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
-
if [ $WITH_DESKTOP = "1" ]; then
printf "Checking if desktop-file-install is available... "
if command -v desktop-file-install > /dev/null; then
@@ -1199,9 +1186,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.