diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-02-24 11:02:43 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-25 14:58:00 +0000 |
commit | dfe9444ca7881e716e9e8feaf20b55da491363ca (patch) | |
tree | 858ae366f65093b5a6cbd3e4e257b587547759ab /hints/dec_osf.sh | |
parent | eefabb09a1a549c1747d7c554d375ecb16cafff1 (diff) | |
download | perl-dfe9444ca7881e716e9e8feaf20b55da491363ca.tar.gz |
Re: ANNOUNCE: perl5.004_60 Configure patch is available
p4raw-id: //depot/perl@575
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 2e8ffac5bd..ae49f503a0 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -184,10 +184,10 @@ if [ "X$usethreads" != "X" ]; then # Threads interfaces changed with V4.0. case "$_DEC_uname_r" in *[123].*) libswanted="$libswanted pthreads mach exc c_r" - ccflags="-DUSE_THREADS -threads $ccflags" + ccflags="-threads $ccflags" ;; *) libswanted="$libswanted pthread exc" - ccflags="-DUSE_THREADS -pthread $ccflags" + ccflags="-pthread $ccflags" ;; esac usemymalloc='n' |