소스 검색

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

svn:r975
Roger Dingledine 22 년 전
부모
커밋
bf63d281b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.