Skip to content
Snippets Groups Projects
Commit 274c703f authored by rl@cse.unsw.edu.au's avatar rl@cse.unsw.edu.au
Browse files

FIX BUILD on OS X: Check for setitimer

Fix suggested by Ian Lynagh
parent 107ead14
Branches
Tags
No related merge requests found
......@@ -20,6 +20,7 @@ AC_CHECK_FUNCS([getgrgid_r getgrnam_r getpwnam_r getpwuid_r getpwnam getpwuid])
AC_CHECK_FUNCS([getpwent getgrent])
AC_CHECK_FUNCS([lchown setenv sysconf unsetenv])
AC_CHECK_FUNCS([nanosleep])
AC_CHECK_FUNCS([setitimer])
AC_MSG_CHECKING([for _SC_GETGR_R_SIZE_MAX])
AC_EGREP_CPP(we_have_that_sysconf_thing,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment