From: Nick Mathewson Date: Tue, 30 Sep 2003 22:42:26 +0000 (+0000) Subject: Check for uname in configure X-Git-Tag: tor-0.0.2pre13~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbb0a9a153509038ec6871ec5d1797949c1253e9;p=thirdparty%2Ftor.git Check for uname in configure svn:r520 --- 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.