]> andersk Git - openssh.git/commitdiff
- (djm) [configure.ac] oops, make that linux/if_tun.h
authordjm <djm>
Sat, 31 Dec 2005 06:05:58 +0000 (06:05 +0000)
committerdjm <djm>
Sat, 31 Dec 2005 06:05:58 +0000 (06:05 +0000)
ChangeLog
configure.ac

index c4f2d40e23e3b70fab96caacd9900d726cd80669..f0e56954e3a393da899f44130c854c9c9c9f1db3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
    compatability support for Linux, diff from reyk@
  - (djm) [configure.ac] Disable Linux tun(4) compat code if linux/tun.h does
    not exist
+ - (djm) [configure.ac] oops, make that linux/if_tun.h
 
 20051229
  - (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwd
index 693fc2f32767dc6d8cd92668a7a9a1a9d7a35d1d..e24cc4dee36cd7ec3127dd45defab8677da48ec6 100644 (file)
@@ -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])
This page took 0.082196 seconds and 5 git commands to generate.