mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
Revert "configure: add test for gpgconf --create-socketdir"
This reverts commit 12f7d4e61d
.
Since we're not using gpgconf anymore, drop the unneeded test in
configure.
This commit is contained in:
parent
5a42bb96c1
commit
a4ddc63b23
1 changed files with 0 additions and 16 deletions
16
configure
vendored
16
configure
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue