* openbsd doesn't like pam. so... if we don't have the calls don't use 'em
[citadel.git] / citadel / configure.ac
index 4880fd3064c86a272bd86a9ffb844b259ad1a1e1..cb7ed9be863357c5004bf0ca36e52cfcdede4b57 100644 (file)
@@ -308,7 +308,7 @@ dnl Checks for libraries.
 dnl We want to test for the following in libc before checking for their
 dnl respective libraries, because some systems (like Irix) have both, and the
 dnl non-libc versions may be broken.
-AC_CHECK_FUNCS(crypt gethostbyname connect flock)
+AC_CHECK_FUNCS(crypt gethostbyname connect flock getpwnam_r getpwuid_r)
 
 
 dnl disable backtrace if we don't want it.