fix typo that prevented detection of Linux VRF

Reported by hexiaowen AT huawei.com
This commit is contained in:
Damien Miller 2019-07-10 09:43:19 +10:00
parent 5b2b79ff7c
commit 8729498a5d
1 changed files with 1 additions and 1 deletions

View File

@ -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], [],