projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df8df5
)
Fix configure.ac using new UST headers location
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 3 Nov 2011 17:09:22 +0000
(13:09 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 3 Nov 2011 17:09:22 +0000
(13:09 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index ac77c8222ae588b6fcb3edfca3917887e168c997..b4a4b9ebb9f8acffd227bb395c175d97333ab0f9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-59,7
+59,7
@@
AC_CHECK_DECL([ustctl_create_session],
AC_MSG_WARN([UST header not found. Building without UST support.])
have_ust_test=0
],
- [[#include <
ust/lttng-
ust-ctl.h>]]
+ [[#include <
lttng/
ust-ctl.h>]]
)
AM_CONDITIONAL([LTTNG_TOOLS_HAVE_UST], [ test "x$have_ust_test" = "x1" ])
This page took
0.026883 seconds
and
4
git commands to generate.