Kaydet (Commit) ad884f58 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS geordi2q15 (1.41.4); FILE MERGED

2004/02/20 13:13:21 hr 1.41.4.1: #111934#: merge CWS ooo111regression2
üst 0d4c387e
...@@ -1965,8 +1965,10 @@ echo "${ECHO_T}found OSVERSION=$OSVERSION" >&6 ...@@ -1965,8 +1965,10 @@ echo "${ECHO_T}found OSVERSION=$OSVERSION" >&6
PTHREAD_CFLAGS="-D_THREAD_SAFE" PTHREAD_CFLAGS="-D_THREAD_SAFE"
if test "$OSVERSION" -lt "500016"; then if test "$OSVERSION" -lt "500016"; then
PTHREAD_LIBS="-pthread" PTHREAD_LIBS="-pthread"
else elif test "$OSVERSION" -lt "502102"; then
PTHREAD_LIBS="-lc_r" PTHREAD_LIBS="-lc_r"
else
PTHREAD_LIBS="-lpthread"
fi fi
;; ;;
"OSF1") "OSF1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment