This is like trying to put the shaving cream
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:40:10 +0000 (18:40 +0000)]
back to the can...

p4raw-id: //depot/perl@15335

hints/linux.sh

index 257a19e..d09f076 100644 (file)
@@ -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="$*"