summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-09-30 22:42:26 +0000
committerNick Mathewson <nickm@torproject.org>2003-09-30 22:42:26 +0000
commitcbb0a9a153509038ec6871ec5d1797949c1253e9 (patch)
tree911a6023492d07bb2eb216db0e11c42ac8f282ac /configure.in
parent5c8fc2f7059c87d283603c59b21dea541cbf19aa (diff)
downloadtor-cbb0a9a153509038ec6871ec5d1797949c1253e9.tar.gz
tor-cbb0a9a153509038ec6871ec5d1797949c1253e9.zip
Check for uname in configure
svn:r520
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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.