diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-10 07:38:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-10 07:38:42 +0000 |
commit | 97b61b9889b3b201a32345bcf69c31f9ae472b74 (patch) | |
tree | d80350f9a5e703da32574d9c830c05005407cb82 /configure.in | |
parent | 4ca75ecc496989027006dc981083b94bac0cf4a1 (diff) | |
download | tor-97b61b9889b3b201a32345bcf69c31f9ae472b74.tar.gz tor-97b61b9889b3b201a32345bcf69c31f9ae472b74.zip |
r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500
Remove a redundant check for event.h; add some comments, and reformat.
svn:r9790
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index acc5bc02c8..f0aebe0ea3 100644 --- a/configure.in +++ b/configure.in @@ -229,19 +229,6 @@ AC_CHECK_HEADERS(unistd.h string.h signal.h ctype.h sys/stat.h sys/types.h fcntl AC_CHECK_HEADERS(netdb.h sys/ioctl.h sys/socket.h arpa/inet.h netinet/in.h pwd.h grp.h) -AC_CHECK_HEADERS(event.h, , AC_MSG_ERROR(Libevent header (event.h) not found. Tor requires libevent to build.), -[#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#else - struct timeval { - long tv_sec; - long tv_usec; - }; -#endif]) - AC_CHECK_HEADERS(zlib.h, , AC_MSG_ERROR(Zlib header (zlib.h) not found. Tor requires zlib to build. You may need to install a zlib development package.)) dnl These headers are not essential |