]> git.cworth.org Git - notmuch/commit
configure: handle TEMP_GPG more robustly
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 20 May 2019 20:52:00 +0000 (16:52 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 20 May 2019 21:24:15 +0000 (18:24 -0300)
commit0def7b6860decf7bd725a962c2dbc3ebc2ac418c
tree2fd641ff866e9c5df243f519957e50ab6a59c42f
parent7546fd9cf69775cc256bd9d2878b2426fe14248b
configure: handle TEMP_GPG more robustly

We never want ./configure to try to do something with an unassigned
variable.  So, make the directory $TEMP_GPG at the start of the
testing of session-key handling, and clean it up afterwards as long as
the directory exists.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
configure