Browse Source

stop checking for the system's daemon() func, since we don't use it

svn:r975
Roger Dingledine 21 years ago
parent
commit
bf63d281b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -136,7 +136,7 @@ dnl These headers are not essential
 
 AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/wait.h netinet/in.h arpa/inet.h)
 
-AC_CHECK_FUNCS(gettimeofday ftime socketpair uname daemon)
+AC_CHECK_FUNCS(gettimeofday ftime socketpair uname)
 
 dnl In case we aren't given a working stdint.h, we'll need to grow our own.
 dnl Watch out.