projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
2b62ca2
)
Merge branch 'release'
author
David Bremner
<david@tethera.net>
Mon, 17 Jun 2019 05:07:45 +0000
(07:07 +0200)
committer
David Bremner
<david@tethera.net>
Mon, 17 Jun 2019 05:07:45 +0000
(07:07 +0200)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 554e10c9ad599f20763484d9a163465be00f8dc6..1e7b9f7a47e1a2efc40e6dc1d8f513bb0a73a672 100755
(executable)
--- 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 \