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],
|
||||
[Support routing domains using Linux VRF]), [], [
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.H>
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
])
|
||||
AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
|
||||
|
|
Loading…
Reference in New Issue