diff options
author | Roger Dingledine <arma@torproject.org> | 2004-01-07 12:06:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-01-07 12:06:35 +0000 |
commit | bf63d281b402ed4ea799f80d5e47de15dd2e83a0 (patch) | |
tree | 84f97ae50307ae23db323d2b9a05bb10dfacf1d0 /configure.in | |
parent | c485725c5a284b9d08eba3eeab71a97c704351eb (diff) | |
download | tor-bf63d281b402ed4ea799f80d5e47de15dd2e83a0.tar.gz tor-bf63d281b402ed4ea799f80d5e47de15dd2e83a0.zip |
stop checking for the system's daemon() func, since we don't use it
svn:r975
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 89e3680f5a..63f2dfcf65 100644 --- a/configure.in +++ b/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. |