X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=362e6496696f178726da24c3920c2065511cdf49;hb=bc03949bebccd3ffaa0509f56859845be4b51923;hp=bd25624195de30b8a834ecbbd1563d32c939fbf1;hpb=c5b6fbb9fa01035c16b1a62af9314a19307558fe;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index bd2562419..362e64966 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -165,7 +165,7 @@ if test "x$with_zlib" != xno ; then fi if test "x$ok_zlib" = xyes ; then -dnl libcitadel will bring libz, so we don't need it here. LDFLAGS="-lz $LDFLAGS" + LDFLAGS="-lz $LDFLAGS" AC_DEFINE(HAVE_ZLIB, [], [define this if you have zlib compression available]) fi @@ -406,7 +406,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) +AC_CHECK_FUNCS(crypt gethostbyname connect flock getpwnam_r getpwuid_r getloadavg) dnl disable backtrace if we don't want it.