summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9174980..92647ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,7 @@ fi
AM_CONDITIONAL([USE_PAM], [test "x$use_pam" != xno])
if test "x$use_nsswitch" != xno ; then
+ AC_CHECK_HEADERS([stdint.h nss.h dlfcn.h])
if pkg-config sss_nss_idmap 2> /dev/null ; then
if test x$use_sss_nss_idmap != xno ; then
AC_DEFINE(HAVE_SSS_NSS_IDMAP,1,[Define if you have libsss_nss_idmap.])