libpthread is always libpthread, even when it's libc_r.

Reminded by:	ru@
This commit is contained in:
des 2004-09-23 07:37:19 +00:00
parent 6bebc3d621
commit 5ffe6cac97

View File

@ -66,7 +66,7 @@ CRYPTO_LDADD= -lcrypto
# Link against POSIX threads library
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if defined(NOLIBC_R)
.error "BIND requires libc_r - define NO_BIND, or undefine NOLIBC_R"
.error "BIND requires libpthread - define NO_BIND, or undefine NOLIBC_R"
.endif
.else
.if defined(NOLIBPTHREAD)