changeset 14226:8de3c196a783

do not use pthreads on hpux (broken, hardly useful). For reference, I get the following when starting a version compiled with it: Pthread internal error: message: __libc_reinit() failed, file: /ux/core/kern/pthreads/pthread.c, line: 1093 Return Pointer is 0xc0e29273 Quit
author reimar
date Thu, 23 Dec 2004 15:36:00 +0000
parents 878f3e2a07da
children 493944d6b168
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Dec 23 15:18:39 2004 +0000
+++ b/configure	Thu Dec 23 15:36:00 2004 +0000
@@ -2678,6 +2678,8 @@
 EOF
 if mingw32 ; then
   _ld_pthread=''
+elif hpux ; then
+  _ld_pthread=''
 elif ( cc_check && $TMPO ) ; then              # QNX
   _ld_pthread=''
 elif ( cc_check -lpthread && $TMPO ) ; then