Commit cbb0a9a1 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Check for uname in configure


svn:r520
parent 5c8fc2f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.