diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-05 12:25:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-05 12:25:31 -0500 |
commit | 13b2aa659833b52a62123cd0b3dc48caa7ee1019 (patch) | |
tree | e980eac92942777f09d8bb20d144f33412e13368 /configure.in | |
parent | 9bfb8af265ce6423107e7991228b84af96b7af7b (diff) | |
download | tor-13b2aa659833b52a62123cd0b3dc48caa7ee1019.tar.gz tor-13b2aa659833b52a62123cd0b3dc48caa7ee1019.zip |
Remove extraneous incorrect check for net/if.h
Fixes bug 4829; bug not in any released tor.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c167b8d40d..f4a8e1ee19 100644 --- a/configure.in +++ b/configure.in @@ -635,7 +635,6 @@ AC_CHECK_HEADERS( malloc/malloc.h \ malloc_np.h \ netdb.h \ - net/if.h \ netinet/in.h \ netinet/in6.h \ pwd.h \ |