summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2002-09-03 18:44:24 +0000
committerNick Mathewson <nickm@torproject.org>2002-09-03 18:44:24 +0000
commitfdb31225b7206fdd35d62d00b5369ac81691003b (patch)
tree7e8aebcbca6d607a3e0922083c0f81dde539ebfc /configure.in
parent8878d8cc27d94839053063aa8925d6f2620f4c20 (diff)
downloadtor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar.gz
tor-fdb31225b7206fdd35d62d00b5369ac81691003b.zip
Port to MacOS X
svn:r88
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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)