瀏覽代碼

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

svn:r975
Roger Dingledine 21 年之前
父節點
當前提交
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.