mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
fix typo that prevented detection of Linux VRF
Reported by hexiaowen AT huawei.com
This commit is contained in:
parent
5b2b79ff7c
commit
8729498a5d
@ -816,7 +816,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
|
|||||||
AC_DEFINE([SYS_RDOMAIN_LINUX], [1],
|
AC_DEFINE([SYS_RDOMAIN_LINUX], [1],
|
||||||
[Support routing domains using Linux VRF]), [], [
|
[Support routing domains using Linux VRF]), [], [
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
# include <sys/types.H>
|
# include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
])
|
])
|
||||||
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
|
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user