From: Jan Blunck Date: Wed, 10 Jun 2009 18:07:17 +0000 (+0200) Subject: Fix copy&paste error in kcompat.h header check X-Git-Tag: v0.1~208 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=b7619a864595a5511a498345635affe2547b91a0 Fix copy&paste error in kcompat.h header check Signed-off-by: Jan Blunck --- 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]))