summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-01-23 14:31:33 -0800
committerRoland McGrath <[email protected]>2009-01-23 14:31:33 -0800
commit73e7737d91a4ede32a4fdffb7fc09c80e3544e49 (patch)
treef154de30113c94bb02c3c044921cd26fab78ee32 /ChangeLog
parente72bf15cdf135a742a9214535a86fb5b2d420180 (diff)
configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9b6888e..f6d54aaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-01-23 Roland McGrath <[email protected]>
+ * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
+
* configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
building with compiler support but no working runtime support.