summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-06-17 07:07:45 +0200
committerDavid Bremner <david@tethera.net>2019-06-17 07:07:45 +0200
commitb23902a61158ecdbca2d9d96c6eaf509d6e3d205 (patch)
tree2f35d298cc6a2aa57201da93d16896003cf19820 /configure
parent2b62ca2e3b786beca8d89fa737bda0b49faa638d (diff)
parent4b17201c4fa5ce1b4c46c09659b187164dbc1c12 (diff)
Merge branch 'release'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 554e10c9..1e7b9f7a 100755
--- a/configure
+++ b/configure
@@ -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 \