[tor-commits] [tor/master] Do not warn on missing headers

nickm at torproject.org nickm at torproject.org
Fri May 27 15:56:56 UTC 2016


commit ab8f1a9e9b4120fe30bfe44d66c121aef336f6a6
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Wed May 11 12:20:11 2016 +0000

    Do not warn on missing headers
---
 configure.ac | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 29715c1..716e72a 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 \





More information about the tor-commits mailing list