From a1598920aa3588377d6110e88ea72d957c11f95e Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 9 Oct 2007 23:31:11 +0000 Subject: Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 66816ce..ff8c924 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1030,7 +1030,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libkrb5} \ ${_secure_lib_libcrypto} ${_secure_lib_libssh} \ ${_secure_lib_libssl} -.if ${MK_LIBTHR} != "no" && ${MK_LIBKSE} != "no" && ${MK_LIBPTHREAD} != "no" +.if ${MK_LIBTHR} != "no" && ${MK_LIBKSE} != "no" _default_thread_lib= lib/${DEFAULT_THREAD_LIB} .elif ${MK_LIBTHR} != "no" _default_thread_lib= lib/libthr -- cgit v1.1