diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6f1acbe..ec3fd34 100644 --- a/configure.in +++ b/configure.in @@ -107,7 +107,7 @@ AC_CHECK_GLOBAL(__argv) AC_CHECK_FUNCS([memset strerror malloc realloc getopt strchr tolower getaddrinfo], , [echo "ERROR: Required function missing"; exit 1]) AC_CHECK_FUNCS([strlwr strlcat strlcpy strncat strncpy setenv daemon]) -AC_CHECK_FUNCS([getline getdelim]) +AC_CHECK_FUNCS([getline getdelim flockfile]) # Have to resolve this for the path below if test "${prefix}" = "NONE"; then |