]> git.notmuchmail.org Git - notmuch/commitdiff
Revert "configure: add test for gpgconf --create-socketdir"
authorDavid Bremner <david@tethera.net>
Mon, 27 Feb 2017 22:27:49 +0000 (18:27 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 27 Feb 2017 22:27:49 +0000 (18:27 -0400)
This reverts commit 12f7d4e61d30fb9a5c99e128ab1aab0bf069cdb4.

Since we're not using gpgconf anymore, drop the unneeded test in
configure.

configure

index 46063b5d2eeffabe893c70639ed74f754e5e0ed8..f17730441298648bcc31a66992ccd38ef259d6bb 100755 (executable)
--- a/configure
+++ b/configure
@@ -602,19 +602,6 @@ if [ $WITH_DOCS = "1" ] ; then
     fi
 fi
 
     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... "
 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}
 # 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.
 EOF
 
 # Finally, after everything configured, inform the user how to continue.