]> git.notmuchmail.org Git - notmuch/commit
configure: set platform variables also when `uname` is unrecognized
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 29 Sep 2016 13:12:49 +0000 (16:12 +0300)
committerDavid Bremner <david@tethera.net>
Fri, 30 Sep 2016 10:15:49 +0000 (07:15 -0300)
commitfde846cf7dea2ad67418f3f3c9311213b766bfec
tree7fc15a7487650970d38c8ccb097e53ce949b3e6e
parent0b138c268641080c766801b4d74db3b693ca6eaa
configure: set platform variables also when `uname` is unrecognized

Since commit

124a67e96ecab5495c0f17b6875d53dfd67ff137: configure: add set -u

all variables must be set before their expansion are attempted. These
2 variables: "platform" and "linker_resolves_library_dependencies" were
not given value in the final 'else' branch when platform check failed
due to unrecognized kernel name (output of `uname`). Now those two are
given reasonable non-empty values.
configure