[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r7013: Add missing .h to header file name. My bad. (tor/trunk)



Author: nickm
Date: 2006-08-10 05:14:57 -0400 (Thu, 10 Aug 2006)
New Revision: 7013

Modified:
   tor/trunk/
   tor/trunk/configure.in
Log:
 r7313@Kushana:  nickm | 2006-08-10 02:13:35 -0700
 Add missing .h to header file name. My bad.



Property changes on: tor/trunk
___________________________________________________________________
Name: svk:merge
   - 17f730b7-d419-0410-b50f-85ee4b70197a:/local/or/tor/trunk:8245
1f724f9b-111a-0410-b636-93f1a77c1813:/local/or/tor/trunk:8207
96637b51-b116-0410-a10e-9941ebb49b64:/tor/branches/spec:7005
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/eventdns:7014
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/mmap:7030
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/oo-connections:6950
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/trans-ap:7304
   + 17f730b7-d419-0410-b50f-85ee4b70197a:/local/or/tor/trunk:8245
1f724f9b-111a-0410-b636-93f1a77c1813:/local/or/tor/trunk:8207
96637b51-b116-0410-a10e-9941ebb49b64:/tor/branches/spec:7005
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/eventdns:7014
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/mmap:7030
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/oo-connections:6950
c95137ef-5f19-0410-b913-86e773d04f59:/tor/branches/trans-ap:7313

Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2006-08-10 09:02:26 UTC (rev 7012)
+++ tor/trunk/configure.in	2006-08-10 09:14:57 UTC (rev 7013)
@@ -369,8 +369,8 @@
 
 AC_CHECK_HEADERS(net/if.h, [net_if_found=1], [net_if_found=0])
 AC_CHECK_HEADERS(net/pfvar.h, [net_pfvar_found=1], [net_pfvar_found=0])
-AC_CHECK_HEADERS(linux/netfilter_ipv4, [linux_netfilter_ipv4=1],
-                                       [linux_netfilter_ipv4=0])
+AC_CHECK_HEADERS(linux/netfilter_ipv4.h,
+        [linux_netfilter_ipv4=1], [linux_netfilter_ipv4=0])
 
 AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit setrlimit strlcat strlcpy strtoull getpwnam getpwuid ftello getaddrinfo localtime_r gmtime_r event_get_version event_get_method event_set_log_callback memmem mmap strtok_r)