projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fb6da
)
Fix copy&paste error in kcompat.h header check
author
Jan Blunck
<jblunck@suse.de>
Wed, 10 Jun 2009 18:07:17 +0000
(20:07 +0200)
committer
Pierre-Marc Fournier
<pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 16:58:50 +0000
(12:58 -0400)
Signed-off-by: Jan Blunck <jblunck@suse.de>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 653d902d5c4c3a60dd58b959f89ac210714f5936..7e0ea07c33909b117d6f7971a3108ced9fa513df 100644
(file)
--- 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]))
This page took
0.025096 seconds
and
4
git commands to generate.