diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-24 03:40:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-24 03:40:30 +0000 |
commit | f03130a36eac4fbd1643942f4fc4c41a31c356cb (patch) | |
tree | 349a952eceea4decd395fe89939ed1202b5eeca7 /m4 | |
parent | a1d18227e53c91c73fbf7ef949a89d6b001686e0 (diff) | |
download | curl-f03130a36eac4fbd1643942f4fc4c41a31c356cb.tar.gz |
revert HPUX change since it already works fine
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 9ce251584..9b6c9663f 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -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" ;; *) |