]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Check for uname in configure
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Sep 2003 22:42:26 +0000 (22:42 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Sep 2003 22:42:26 +0000 (22:42 +0000)
svn:r520

configure.in

index 97225ffb84a790a485666f4ca95469bc39ff3817..8a6dcdfa1c45b730cfe5dc86fed708fe5a3603e8 100644 (file)
@@ -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.