diff options
author | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
commit | fdb31225b7206fdd35d62d00b5369ac81691003b (patch) | |
tree | 7e8aebcbca6d607a3e0922083c0f81dde539ebfc /configure.in | |
parent | 8878d8cc27d94839053063aa8925d6f2620f4c20 (diff) | |
download | tor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar.gz tor-fdb31225b7206fdd35d62d00b5369ac81691003b.zip |
Port to MacOS X
svn:r88
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2852464b38..c6616f9ef7 100644 --- a/configure.in +++ b/configure.in @@ -139,7 +139,9 @@ if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ; fi LIBS="$saved_LIBS -lcrypto" -AC_CHECK_HEADERS(unistd.h string.h signal.h netdb.h ctype.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, , AC_MSG_WARN(some headers were not found, compilation may fail)) +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, , AC_MSG_WARN(some headers were not found, compilation may fail)) AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/smtpap/Makefile src/orkeygen/Makefile src/httpap/Makefile src/or/Makefile) |