Small fix to make it compile again
This commit is contained in:
parent
7fc068fe54
commit
3503ba9950
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ AC_CACHE_CHECK([for linux/if_tun.h], tinc_cv_linux_if_tun_h,
|
||||||
if test $if_tun_h = no; then
|
if test $if_tun_h = no; then
|
||||||
tinc_cv_linux_if_tun_h=none
|
tinc_cv_linux_if_tun_h=none
|
||||||
else
|
else
|
||||||
tinc_cv_linux_if_tun_h=$if_tun_h
|
tinc_cv_linux_if_tun_h="$if_tun_h"
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue