diff options
author | Nick Mathewson <nickm@torproject.org> | 2002-09-10 13:32:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2002-09-10 13:32:27 +0000 |
commit | 6cb8a91d5cbb1217a43119cc0e98b14d2c565d37 (patch) | |
tree | c79066856cbe9658330ff1586eb8d9ec931df80c /configure.in | |
parent | 958ec8d4fba8a077731baa956e45ea551e637e73 (diff) | |
download | tor-6cb8a91d5cbb1217a43119cc0e98b14d2c565d37.tar.gz tor-6cb8a91d5cbb1217a43119cc0e98b14d2c565d37.zip |
"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.
svn:r102
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e357b2f4eb..2a5b375a7c 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ LIBS="$saved_LIBS -lcrypto" 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_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 stdint.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) |