1
1

let hpux systems build with _REENTRANT defined as well

Этот коммит содержится в:
Daniel Stenberg 2009-09-22 23:46:45 +02:00
родитель 4ed82f0e78
Коммит 65d1cb8107

Просмотреть файл

@ -298,6 +298,7 @@ dnl Internal macro for CURL_CONFIGURE_REENTRANT.
AC_DEFUN([CURL_CHECK_NEED_REENTRANT_SYSTEM], [
case $host in
*-*-solaris*)
*-*-hpux*)
tmp_need_reentrant="yes"
;;
*)