1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

#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

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