Merge branch 'release'

This commit is contained in:
David Bremner 2019-06-17 07:07:45 +02:00
commit b23902a611

2
configure vendored
View file

@ -529,7 +529,7 @@ int main () {
return 0;
}
EOF
if ! TEMP_GPG=$(mktemp -d); then
if ! TEMP_GPG=$(mktemp -d "${TMPDIR:-/tmp}/notmuch.XXXXXX"); then
printf 'No.\nCould not make tempdir for testing session-key support.\n'
errors=$((errors + 1))
elif ${CC} ${CFLAGS} ${gmime_cflags} _check_session_keys.c ${gmime_ldflags} -o _check_session_keys \