]> git.proxmox.com Git - grub2.git/commit - configure.ac
configure.ac: Use nostdlib when checking for nostdinc
authorVladimir Serbinenko <phcoder@google.com>
Mon, 25 Mar 2019 15:09:04 +0000 (16:09 +0100)
committerVladimir Serbinenko <phcoder@google.com>
Tue, 26 Mar 2019 13:59:33 +0000 (14:59 +0100)
commitc25a1c93c58831d5cf38ddb4c1ac48a4a8fbb71a
tree15568ef524ba8074eb92543ba4d53a47e49ad8a6
parent98c3a1a76b183d1cbf684427b7e70f669a3d381b
configure.ac: Use nostdlib when checking for nostdinc

With clang nostdinc behaviour is influenced by nostdlib. Since we
always add nostdlib, add it in test as well

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
configure.ac