Skip to content
Snippets Groups Projects
Commit 1549605c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- HPUX does need _REENTRANT too to build really thread-safe.

parent 14a3f4cd
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
Changelog Changelog
Daniel Stenberg (23 Sep 2009)
- HPUX does need _REENTRANT too to build really thread-safe.
Daniel Stenberg (16 Sep 2009) Daniel Stenberg (16 Sep 2009)
- Sven Anders reported that we introduced a cert verfication flaw for OpenSSL- - 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 powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms
...@@ -377,7 +377,7 @@ dnl Internal macro for CURL_CONFIGURE_REENTRANT. ...@@ -377,7 +377,7 @@ dnl Internal macro for CURL_CONFIGURE_REENTRANT.
AC_DEFUN([CURL_CHECK_NEED_REENTRANT_SYSTEM], [ AC_DEFUN([CURL_CHECK_NEED_REENTRANT_SYSTEM], [
case $host in case $host in
*-*-solaris*) *-*-solaris* | *-*-hpux*)
tmp_need_reentrant="yes" tmp_need_reentrant="yes"
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment