From d620f1e529134196c87e40bb8d2729fa35eeb07b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 4 Jun 2004 20:57:59 +0000
Subject: [PATCH] configure fix

---
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES b/CHANGES
index b58e046423..368f07ba56 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel (4 June 2004)
+- Made the configure checks for strerror_r() not exit the configure script
+  when built for cross-compiling.
+
 Daniel (3 June 2004)
 - Chris Gaukroger pointed out that 'make test' attempts to run the tests even
   if curl is built cross-compiled. I've now made it output a short message
-- 
GitLab