aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-09-15 17:15:43 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-09-15 17:15:43 +0000
commit32f330f7a464dc87be4e79b21b1ea3f35e9f143b (patch)
treec2f63d4c181dd33ee51b406fd75d1288a68b6a90 /CONTRIBUTORS.txt
parentf4c6e4b37e131b771a8a8eac0534ce8ade504dd7 (diff)
Detect whether zlib is new enough. Based on patch from Oliver Jowett.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index d2c3d18e..4aa1eea6 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -74,3 +74,5 @@ Patch contributors:
* Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
Alexander Melnikov <alm@sibmail.ru>
* HPUX support.
+ Oliver Jowett <oliver.jowett@gmail.com>
+ * Detect whether zlib is new enough in configure script.