summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-31 17:05:58 +1100
committerDamien Miller <djm@mindrot.org>2005-12-31 17:05:58 +1100
commitc4bcc917519e55f449044e558228a2e11b80740c (patch)
tree5e3845766630739bd2acb2cfb040a79a555e2e69 /configure.ac
parent89e03bae5c7390019d66e1ff9a550b3b53150476 (diff)
- (djm) [configure.ac] oops, make that linux/if_tun.h
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 3126cfcb..26ed218d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.318 2005/12/31 05:42:03 djm Exp $
+# $Id: configure.ac,v 1.319 2005/12/31 06:05:58 djm Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -327,7 +327,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
;;
esac
# tun(4) forwarding compat code
- AC_CHECK_HEADERS(linux/tun.h)
+ AC_CHECK_HEADERS(linux/if_tun.h)
if test "x$ac_cv_header_linux_tun_h" = "xyes" ; then
AC_DEFINE(SSH_TUN_LINUX, 1,
[Open tunnel devices the Linux tun/tap way])