Subject: Re: _54 on AIX
p4raw-id: //depot/perl@294
esac
if [ "X$usethreads" != "X" ]; then
- ccflags="-DUSE_THREADS $ccflags"
- cppflags="-DUSE_THREADS $cppflags"
+ ccflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $ccflags"
+ cppflags="-DUSE_THREADS -DNEED_PTHREAD_INIT $cppflags"
case "$cc" in
- xlc_r)
+ xlc_r | cc_r)
;;
cc | '')
cc=xlc_r
echo >&4 "Unknown C compiler."
;;
esac
- echo >&4 "You should use the AIX C compiler called xlc_r."
+ echo >&4 "You should use the AIX C compilers called xlc_r or cc_r."
echo >&4 "Cannot continue, aborting."
exit 1
;;