From c2a5aaf7baf4bcc006674a1938205f93028b8ab0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 22 Jan 2011 14:45:57 -0600 Subject: Rough idea of possible library functions. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d15ec71..c2ee23d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,12 +18,15 @@ AC_PROG_CPP AM_PROG_CC_C_O dnl Checks for libraries. - AC_CHECK_LIB(pthread, pthread_mutex_lock,, [AC_MSG_ERROR([could not find pthread_mutex_lock])]) AC_CHECK_LIB(dl, dlopen,, [AC_MSG_ERROR([could not find dlopen])]) + +dnl Checks for typedefs, structures, and compiler characteristics. +AC_CHECK_MEMBERS([struct dirent.d_type],,,[#include ]) + # -------------------------------------------------------------------- # PAM Module Directory -- cgit v1.2.3