[or-cvs] r15673: Remove spurious "netintet" check from configure.in. (Backpor (tor/branches/tor-0_2_0-patches)

nickm at seul.org nickm at seul.org
Sat Jul 5 21:17:25 UTC 2008


Author: nickm
Date: 2008-07-05 17:17:24 -0400 (Sat, 05 Jul 2008)
New Revision: 15673

Modified:
   tor/branches/tor-0_2_0-patches/configure.in
Log:
Remove spurious "netintet" check from configure.in. (Backport)

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2008-07-05 21:17:04 UTC (rev 15672)
+++ tor/branches/tor-0_2_0-patches/configure.in	2008-07-05 21:17:24 UTC (rev 15673)
@@ -301,7 +301,7 @@
 
 dnl These headers are not essential
 
-AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h limits.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h inttypes.h utime.h sys/utime.h sys/mman.h netintet/in.h netinet/in6.h malloc.h sys/syslimits.h malloc/malloc.h)
+AC_CHECK_HEADERS(stdint.h sys/types.h inttypes.h sys/param.h sys/wait.h limits.h sys/limits.h netinet/in.h arpa/inet.h machine/limits.h syslog.h sys/time.h sys/resource.h inttypes.h utime.h sys/utime.h sys/mman.h netinet/in6.h malloc.h sys/syslimits.h malloc/malloc.h)
 
 TOR_CHECK_PROTOTYPE(malloc_good_size, HAVE_MALLOC_GOOD_SIZE_PROTOTYPE,
 [#ifdef HAVE_MALLOC_H



More information about the tor-commits mailing list