Check for uname in configure

svn:r520
This commit is contained in:
Nick Mathewson
2003-09-30 22:42:26 +00:00
parent f4ac3f5fdd
commit b550315c8e
+1 -1
View 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.