diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-23 21:53:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-23 21:53:24 +0000 |
commit | 1549605c55730e44eec8e95bee64874a041e2611 (patch) | |
tree | 8beb30847378709b194ec08252c7046056b057c8 /m4 | |
parent | 14a3f4cd54b9e2fb0c191ec94c7e9d67a035d556 (diff) | |
download | curl-1549605c55730e44eec8e95bee64874a041e2611.tar.gz |
- HPUX does need _REENTRANT too to build really thread-safe.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/curl-reentrant.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-reentrant.m4 b/m4/curl-reentrant.m4 index 9b6c9663f..9ce251584 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -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 # 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*) + *-*-solaris* | *-*-hpux*) tmp_need_reentrant="yes" ;; *) |