about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-07 20:51:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-07 20:51:54 +0000
commitaf6a1e37554a1245d468ffe44d2c981998a4e0eb (patch)
tree7b1b3f9d361540e087855183c6d8d8dc97cf5971 /ChangeLog
parente7dbb1bec3be35897acb18aa277807ed276384c5 (diff)
downloadglibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.tar.gz
glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.tar.xz
glibc-af6a1e37554a1245d468ffe44d2c981998a4e0eb.zip
Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3842807df..d5b96fb828 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
+	default includes instead of AC_HEADER_CHECK.
+	* sysdeps/i386/configure: Regenerated.
+
 	[BZ #10716]
 	* math/s_cacosh.c (__cacosh): Convert negative log results to 0.
 	* math/s_cacoshf.c (__cacoshf): Likewise.