]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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>

No differences found