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

ChangeLog

index 2aaacf035b2a95559841710a08b08db9f4f07629..8d1b2032563986f554321c112b05c3cc66c61102 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-17  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/autoconf/types.m4 (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.
+
 2002-05-16  Paul Eggert  <eggert@twinsun.com>
 
        AC_FUNC_FNMATCH now tests only for POSIX compatibility.