Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / configure.in
index 478d67ef81ecbb38ab6475e6bd640ce6580f4c21..e5f837e5c241cefd00a0c30493633c4b43021505 100644 (file)
@@ -125,7 +125,7 @@ AC_TYPE_UID_T
 unet_CHECK_TYPE_SIZES
 
 dnl Checks for library functions.
-AC_CHECK_FUNC(kqueue)
+AC_CHECK_FUNCS([kqueue setrlimit getrusage times])
 
 dnl Do we have restarting syscalls ?
 AC_SYS_RESTARTABLE_SYSCALLS