From cbb0a9a153509038ec6871ec5d1797949c1253e9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson <nickm@torproject.org> Date: Tue, 30 Sep 2003 22:42:26 +0000 Subject: [PATCH] Check for uname in configure svn:r520 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab