X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=cb7ed9be863357c5004bf0ca36e52cfcdede4b57;hb=2cecb84bd7c2108b2e184b7ad196b39deb301ec4;hp=4880fd3064c86a272bd86a9ffb844b259ad1a1e1;hpb=e18b92d7b9ae559a42e84a68ca8ca11ae4ddec7c;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index 4880fd306..cb7ed9be8 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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.