diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
commit | 90aeaa53cd3f6cf347cc0629db38079bc90ea80b (patch) | |
tree | b9d6f08153c0222fc100f7972d47d1a8149233e2 /configure.ac | |
parent | ae01864b5d3bc8a5e3b069025d9d7972ff1a21c3 (diff) | |
download | tor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.tar.gz tor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.zip |
Remove all use of the assert.h header
Nothing in Tor has actually called assert() for some while.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d46bcf8a94..f94258fbb7 100644 --- a/configure.ac +++ b/configure.ac @@ -1312,8 +1312,7 @@ AC_SUBST(CURVE25519_LIBS) dnl Make sure to enable support for large off_t if available. AC_SYS_LARGEFILE -AC_CHECK_HEADERS([assert.h \ - errno.h \ +AC_CHECK_HEADERS([errno.h \ fcntl.h \ signal.h \ string.h \ |