summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-01 21:03:30 +1100
committerDamien Miller <djm@mindrot.org>2006-01-01 21:03:30 +1100
commitbd4e4108179939db5c5fc117fed828996c1a62b6 (patch)
treed726cbe11028f48d54c32920cdbba681472b3437 /configure.ac
parent2dcddbfaf6b68bd58b5b1422ebeef7767c0c2633 (diff)
- (djm) [configure.ac] Fix linux/if_tun.h test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2f590666..a9654cbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.320 2006/01/01 08:47:05 djm Exp $
+# $Id: configure.ac,v 1.321 2006/01/01 10:03:30 djm Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -328,7 +328,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
esac
# tun(4) forwarding compat code
AC_CHECK_HEADERS(linux/if_tun.h)
- if test "x$ac_cv_header_linux_tun_h" = "xyes" ; then
+ if test "x$ac_cv_header_linux_if_tun_h" = "xyes" ; then
AC_DEFINE(SSH_TUN_LINUX, 1,
[Open tunnel devices the Linux tun/tap way])
AC_DEFINE(SSH_TUN_COMPAT_AF, 1,