diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-09-30 22:42:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-09-30 22:42:26 +0000 |
commit | cbb0a9a153509038ec6871ec5d1797949c1253e9 (patch) | |
tree | 911a6023492d07bb2eb216db0e11c42ac8f282ac /configure.in | |
parent | 5c8fc2f7059c87d283603c59b21dea541cbf19aa (diff) | |
download | tor-cbb0a9a153509038ec6871ec5d1797949c1253e9.tar.gz tor-cbb0a9a153509038ec6871ec5d1797949c1253e9.zip |
Check for uname in configure
svn:r520
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 97225ffb84..8a6dcdfa1c 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) +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. |