]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bugfix: we weren't looking for sys/stat.h
authorRoger Dingledine <arma@torproject.org>
Tue, 23 Sep 2003 20:04:28 +0000 (20:04 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 23 Sep 2003 20:04:28 +0000 (20:04 +0000)
svn:r480

configure.in

index 7576acdc21ad56c0c062a0606076c415693b6e4b..62836101648e3cf89891b32fb82561a05455e74e 100644 (file)
@@ -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