diff options
Diffstat (limited to '')
-rw-r--r-- | source4/auth/wscript_configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/auth/wscript_configure b/source4/auth/wscript_configure new file mode 100644 index 0000000..d25cc0b --- /dev/null +++ b/source4/auth/wscript_configure @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +conf.CHECK_HEADERS('security/pam_appl.h') +conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True) |