Skip to content
Snippets Groups Projects
Commit cbb0a9a1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Check for uname in configure

svn:r520
parent 5c8fc2f7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment