From 81d155af96104ce6b84d0e51f0fd052329551dc3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Mar 2010 16:49:02 +1100 Subject: build: check libc first for several libraries --- source4/auth/wscript_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/wscript_configure') diff --git a/source4/auth/wscript_configure b/source4/auth/wscript_configure index 7a932697c6..c0ca7676c3 100644 --- a/source4/auth/wscript_configure +++ b/source4/auth/wscript_configure @@ -1,5 +1,5 @@ conf.CHECK_HEADERS('security/pam_appl.h') -conf.CHECK_FUNCS_IN('pam_start', 'pam') +conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True) if (conf.CHECK_HEADERS('sasl/sasl.h') and conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')): -- cgit