#2277 configure.ac: check for function 'daemon' just once

This commit is contained in:
Mitchell Livingston
2009-07-15 00:35:46 +00:00
parent 9520916e49
commit 8cf9ed2456
+1 -1
View File
@@ -81,7 +81,7 @@ fi
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_FUNCS([lrintf strlcpy daemon dirname basename daemon strcasecmp localtime_r posix_fallocate memmem])
AC_CHECK_FUNCS([lrintf strlcpy daemon dirname basename strcasecmp localtime_r posix_fallocate memmem])
AC_PROG_INSTALL
AC_PROG_MAKE_SET
ACX_PTHREAD