diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-05-11 12:20:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-27 11:56:30 -0400 |
commit | ab8f1a9e9b4120fe30bfe44d66c121aef336f6a6 (patch) | |
tree | 7a3ba0e25511aabd269e06d810454bc83b1b7ac3 /configure.ac | |
parent | ae4889ac1a8fd5bad706d7e4bc2ff3b05c9f479c (diff) | |
download | tor-ab8f1a9e9b4120fe30bfe44d66c121aef336f6a6.tar.gz tor-ab8f1a9e9b4120fe30bfe44d66c121aef336f6a6.zip |
Do not warn on missing headers
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 29715c1a3d..716e72a094 100644 --- a/configure.ac +++ b/configure.ac @@ -1016,12 +1016,7 @@ AC_CHECK_HEADERS( sys/time.h \ sys/types.h \ time.h \ - unistd.h - , , AC_MSG_WARN(Some headers were not found, compilation may fail. If compilation succeeds, please send your orconfig.h to the developers so we can fix this warning.)) - -dnl These headers are not essential - -AC_CHECK_HEADERS( + unistd.h \ arpa/inet.h \ crt_externs.h \ execinfo.h \ |