From 49fc98cd647f33d6359319f0dcaf7ff98b157d0b Mon Sep 17 00:00:00 2001 From: Artemy Kovalyov Date: Sun, 6 Feb 2022 14:26:30 +0200 Subject: [PATCH] Fix AC_KERNEL_CHECKS Signed-off-by: Artemy Kovalyov --- m4/ac_path_kernel_source.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ac_path_kernel_source.m4 b/m4/ac_path_kernel_source.m4 index 2eb50bf..e00e48b 100644 --- a/m4/ac_path_kernel_source.m4 +++ b/m4/ac_path_kernel_source.m4 @@ -102,8 +102,8 @@ AC_DEFUN([AC_KERNEL_CHECKS], -e s/sparc64.*/sparc/ \ -e s/s390x/s390/) save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="-include $kerneldir/include/linux/compiler_types.h \ - -include $kerneldir/include/linux/kconfig.h \ + CPPFLAGS="-include $kerneldir/include/linux/kconfig.h \ + -include $kerneldir/include/linux/compiler_types.h \ -D__KERNEL__ \ -I$kerneldir/include \ -I$kerneldir/include/uapi \