summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2014-01-02 14:30:23 +0100
committerArthur de Jong <arthur@arthurdejong.org>2014-01-02 22:52:28 +0100
commit3afedc4a3c9c90d9bdb2bc72f6aca7e5cc9380e9 (patch)
tree648612c4b5969837bfa0c3f54c40b3ad5a64c0fc /configure.ac
parent907d49d643aaed11f3f765f903f71ba9d1a6a119 (diff)
Remove daemon() replacement function
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index a80dff6..411c9e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -697,13 +697,6 @@ then
AC_REPLACE_FUNCS(getopt_long)
AC_REPLACE_FUNCS(strndup)
- # replace daemon() function if it is not on the system
- AC_SEARCH_LIBS(daemon, bsd)
- AC_REPLACE_FUNCS(daemon)
- AC_CHECK_DECLS([daemon],,, [
- #include <unistd.h>
- #include <stdlib.h>])
-
# replace ether_aton_r() and ether_ntoa_r() if they are not found
AC_CHECK_FUNCS(ether_aton_r ether_ntoa_r,, [AC_LIBOBJ(ether)])