From b7619a864595a5511a498345635affe2547b91a0 Mon Sep 17 00:00:00 2001 From: Jan Blunck Date: Wed, 10 Jun 2009 20:07:17 +0200 Subject: [PATCH] Fix copy&paste error in kcompat.h header check Signed-off-by: Jan Blunck --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 653d902..7e0ea07 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) AC_ARG_WITH(kcompat, [ --with-kcompat path Path to userspace kcompat source ], [ - AC_CHECK_FILE("$KCOMPAT_PATH/kcompat.h", [ + AC_CHECK_FILE("$withval/kcompat.h", [ KCOMPAT_CFLAGS="-I$withval" KCOMPAT_LIBS= ], AC_MSG_ERROR([Cannot find kcompat.h in kcompat directory])) -- 2.34.1