Skip to content
Snippets Groups Projects
Commit 36ec1792 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

bugfix: we weren't looking for sys/stat.h

svn:r480
parent a93b44eb
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ LIBS="$saved_LIBS -lcrypto -lssl"
dnl The warning message here is no longer strictly accurate.
AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h poll.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h time.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.h poll.h sys/stat.h sys/poll.h sys/types.h sys/fcntl.h sys/ioctl.h sys/socket.h sys/time.h netinet/in.h arpa/inet.h errno.h assert.h time.h, , AC_MSG_WARN(some headers were not found, compilation may fail))
dnl These headers are not essential
......
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