From fcb61d9f9501990edce2460d07409d502bbfbf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 23 Sep 2004 07:37:19 +0000 Subject: [PATCH] libpthread is always libpthread, even when it's libc_r. Reminded by: ru@ --- lib/bind/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/config.mk b/lib/bind/config.mk index 685d3e0f8ba..1ca8a27e0ca 100644 --- a/lib/bind/config.mk +++ b/lib/bind/config.mk @@ -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)