]> granicus.if.org Git - curl/commitdiff
revert HPUX change since it already works fine
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Sep 2009 03:40:30 +0000 (03:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Sep 2009 03:40:30 +0000 (03:40 +0000)
CHANGES
RELEASE-NOTES
m4/curl-reentrant.m4

diff --git a/CHANGES b/CHANGES
index 42f577bcb52d03d31c18dc89cd199d0134ef6c05..c9a34891e6d2000f952a65b8adf7bafd1786b7a2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,6 @@
 
                                   Changelog
 
-Daniel Stenberg (23 Sep 2009)
-- HPUX does need _REENTRANT too to build really thread-safe.
-
 Daniel Stenberg (16 Sep 2009)
 - Sven Anders reported that we introduced a cert verfication flaw for OpenSSL-
   powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name
index bc19689ec490e03a2781f1eb2dbd9f7181921838..6077ef25fc9c3d66c1153437f696bcbd6c5072c3 100644 (file)
@@ -29,7 +29,6 @@ This release includes the following bugfixes:
  o improved NSS detection in configure
  o cookie expiry date at 1970-jan-1 00:00:00
  o libcurl-OpenSSL failed to verify some certs with Subject Alternative Name
- o builds thread-safer on HPUX
 
 This release includes the following known bugs:
 
index 9ce2515846005d8db514acd6019a1cfbac94ffb6..9b6c9663fc9aff928f68dc9597a584bff23e6525 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -377,7 +377,7 @@ dnl Internal macro for CURL_CONFIGURE_REENTRANT.
 
 AC_DEFUN([CURL_CHECK_NEED_REENTRANT_SYSTEM], [
   case $host in
-    *-*-solaris* | *-*-hpux*)
+    *-*-solaris*)
       tmp_need_reentrant="yes"
       ;;
     *)