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/linux.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/linux.sh')
-rw-r--r-- | hints/linux.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 8ff7f5d747..1ddbca1964 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -195,8 +195,7 @@ fi # ccdlflags='-Wl,-E' if [ "X$usethreads" != "X" ]; then - ccflags="-D_REENTRANT -DUSE_THREADS $ccflags" - cppflags="-D_REENTRANT -DUSE_THREADS $cppflags" + ccflags="-D_REENTRANT $ccflags" # -lpthread needs to come before -lc but after other libraries such # as -lgdbm and such like. We assume here that -lc is present in # libswanted. If that fails to be true in future, then this can be |