]> git.ipfire.org Git - thirdparty/autoconf.git/commit
(AC_CHECK_MEMBER): Work correctly even if the member is itself an
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 May 2002 00:56:47 +0000 (00:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 May 2002 00:56:47 +0000 (00:56 +0000)
commit970e96bd212c43cdcacc326c1e969d4780cfcd54
tree83e3a563e9ebf500966de198db3a58d3bd383bd3
parent4885aeb6b856073d46e13f69b583640e2fc7350d
(AC_CHECK_MEMBER): Work correctly even if the member is itself an
aggregate.  Bug reported by Sergey Poznyakoff.  This improves on an
earlier suggestion by H. Peter Anvin.
lib/autoconf/types.m4