Always add _PTHREAD_FLAGS to LDFLAGS

Bug #320166 r=bsmedberg
This commit is contained in:
cls%seawood.org 2005-12-16 05:13:33 +00:00
parent 8c711f30bc
commit 36693c821f
2 changed files with 665 additions and 666 deletions

1329
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2753,7 +2753,6 @@ then
dnl -pthread links in -lc_r, so don't specify it explicitly.
if test "$ac_cv_have_dash_pthread" = "yes"; then
_PTHREAD_LDFLAGS="-pthread"
LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
fi
;;
@ -2785,6 +2784,7 @@ then
fi
;;
esac
LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
fi
dnl ========================================================