From f03130a36eac4fbd1643942f4fc4c41a31c356cb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Sep 2009 03:40:30 +0000 Subject: revert HPUX change since it already works fine --- m4/curl-reentrant.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/curl-reentrant.m4') 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, , et al. +# Copyright (C) 1998 - 2008, Daniel Stenberg, , 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" ;; *) -- cgit v1.2.3