From b550315c8e5130d9191f940a18fe43b64853a95b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 30 Sep 2003 22:42:26 +0000 Subject: [PATCH] Check for uname in configure svn:r520 --- trunk/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure.in b/trunk/configure.in index 97225ffb84..8a6dcdfa1c 100644 --- a/trunk/configure.in +++ b/trunk/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.