summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 20:35:42 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-03 20:35:42 -0700
commitc1f5acd4f49a390ba536af0104835be37cba19ca (patch)
tree11c494a920f347dab703da56fad175293d65d323 /ChangeLog
parent4d614fe5e0625f197805978730214e5236ef360c (diff)
downloadglibc-c1f5acd4f49a390ba536af0104835be37cba19ca.tar.gz
Robustify Linux kernel headers configure checks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22b8f238e2..996b346a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-07-03 Roland McGrath <roland@hack.frob.com>
+ * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
+ AC_EGREP_CPP for kernel header checks, so they only succeed if
+ including <linux/version.h> actually works right.
+ * sysdeps/unix/sysv/linux/configure: Regenerated.
+
* sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
value so it's not diagnosed as unused.