]> git.ipfire.org Git - thirdparty/autoconf.git/commit
fix AC_CHECK_HEADER_STDBOOL regression
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 26 Dec 2022 17:35:39 +0000 (10:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Dec 2022 18:10:34 +0000 (10:10 -0800)
commitf612e10a80a71d272940e8228ae5b34a9cc2bbfd
tree9bbe17e2d0d1fd81fe519d59015e4a03a0e6ef0b
parent3f3354507bb9c2f1d38412cf566ff9443408023e
fix AC_CHECK_HEADER_STDBOOL regression

Commit 6dcecb780a69bd208088d666b299e92aa7ae7e80 "Port
AC_CHECK_HEADER_STDBOOL to C23" causes AC_CHECK_HEADER_STDBOOL to
always fail, even on systems with a conforming stdbool.h.

There is no longer an 'a' variable so it should not be referenced
in the return statement.

Copyright-paperwork-exempt: yes
lib/autoconf/headers.m4