From 7a63f82961a5bd7d96c3b6b22c733e05dbf04f74 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 19 Mar 2002 18:40:10 +0000 Subject: [PATCH] This is like trying to put the shaving cream back to the can... p4raw-id: //depot/perl@15335 --- hints/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/linux.sh b/hints/linux.sh index 257a19e..d09f076 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="$*" -- 2.7.4