diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 18:40:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 18:40:10 +0000 |
commit | 7a63f82961a5bd7d96c3b6b22c733e05dbf04f74 (patch) | |
tree | 1f54cb1a540fce2005d7358a39bc908009045bc2 /hints/linux.sh | |
parent | 74bfb197a9116b3857c45e0b66125c97601d456e (diff) | |
download | perl-7a63f82961a5bd7d96c3b6b22c733e05dbf04f74.tar.gz |
This is like trying to put the shaving cream
back to the can...
p4raw-id: //depot/perl@15335
Diffstat (limited to 'hints/linux.sh')
-rw-r--r-- | hints/linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 257a19e10d..d09f076e2b 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -249,7 +249,7 @@ esac cat > UU/usethreads.cbu <<'EOCBU' case "$usethreads" in $define|true|[yY]*) - ccflags="-D_REENTRANT -D_POSIX_C_SOURCE=199506L $ccflags" + ccflags="-D_REENTRANT $ccflags" set `echo X "$libswanted "| sed -e 's/ c / pthread c /'` shift libswanted="$*" |