diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 814523c..7feac93 100644 --- a/configure.ac +++ b/configure.ac @@ -210,7 +210,7 @@ AM_CONDITIONAL(USE_DESCRIPTOR_PASSING, test "$use_descriptor_passing" = "yes") # Checks for library functions. -AC_CHECK_FUNCS(flockfile funlockfile) +AC_CHECK_FUNCS([flockfile funlockfile nanosleep]) # Check for funopen AC_CHECK_FUNCS(funopen) |