summaryrefslogtreecommitdiffstats
path: root/lib/bind
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:00:26 +0000
commitba3655c74f170d85d1349f1e286aff27b58c9fc5 (patch)
treec770cc7ab20312f3a29a44816f43cb8965a9b44d /lib/bind
parentcec60429bbb77a84c44199253f4a9d1a628fcc2a (diff)
downloadFreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.zip
FreeBSD-src-ba3655c74f170d85d1349f1e286aff27b58c9fc5.tar.gz
NOLIBC_R -> NO_LIBC_R
NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 1d9aacf..970400b 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -98,12 +98,12 @@ CRYPTO_LDADD= -lcrypto
# Link against POSIX threads library
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
-.if defined(NOLIBC_R)
-.error "BIND requires libpthread - define NO_BIND, or undefine NOLIBC_R"
+.if defined(NO_LIBC_R)
+.error "BIND requires libpthread - define NO_BIND, or undefine NO_LIBC_R"
.endif
.else
-.if defined(NOLIBPTHREAD)
-.error "BIND requires libpthread - define NO_BIND, or undefine NOLIBPTHREAD"
+.if defined(NO_LIBPTHREAD)
+.error "BIND requires libpthread - define NO_BIND, or undefine NO_LIBPTHREAD"
.endif
.endif
OpenPOWER on IntegriCloud