X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfigure.ac;fp=citadel%2Fconfigure.ac;h=f6b7515f572e4df2ce876d46c169ed6d847d583f;hp=8be48ba07ac5c2d158d4b3029a2e6d368c9b7abd;hb=0e679ba8cf047ca0b277421eb7872069cf04b640;hpb=b8718a53d711c49fc15b0fb34358e05249db8578 diff --git a/citadel/configure.ac b/citadel/configure.ac index 8be48ba07..f6b7515f5 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -414,7 +414,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 getpwnam_r getpwuid_r getloadavg) +AC_CHECK_FUNCS(crypt gethostbyname connect getpwnam_r getpwuid_r getloadavg) AC_CHECK_FUNCS(strftime_l uselocale gettext)