diff options
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 |