From: Jarkko Hietaniemi Date: Sun, 24 Jan 1999 12:46:00 +0000 (+0000) Subject: Use only xlc_r for usethreads. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14ae4f6a4b3f8239d84555d0543848340e075435;p=p5sagit%2Fp5-mst-13.2.git Use only xlc_r for usethreads. p4raw-id: //depot/cfgperl@2698 --- diff --git a/hints/aix.sh b/hints/aix.sh index 727cf93..c4fcfc1 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -81,17 +81,17 @@ case "$usethreads" in $define|true|[yY]*) ccflags="$ccflags -DNEED_PTHREAD_INIT" case "$cc" in - xlc_r | cc_r) ;; + xlc_r) ;; cc) echo >&4 "Switching cc to xlc_r because of POSIX threads." cc=xlc_r ;; - '') + '' | cc_r) cc=xlc_r ;; *) cat >&4 <