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:
b54f213
)
configure.ac: AM_CONDITIONAL() accepts two arguments
author
Philippe Proulx
<eeppeliteloop@gmail.com>
Sat, 27 Feb 2016 09:30:31 +0000
(
04:30
-0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Tue, 1 Mar 2016 01:50:29 +0000
(20:50 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 8b7368ed2e2c314161529a710a671d6ef61d3f87..c428cf9d0e681b7e23057dd42cda9944d8ef6a3c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-356,7
+356,7
@@
AC_DEFINE_UNQUOTED([LTTNG_SYSTEM_RUNDIR], ["$lttng_system_rundir"],
[LTTng system runtime directory])
AC_CHECK_PROG([BUILD_GEN_TP_EXAMPLES],[python],["yes"])
-AM_CONDITIONAL([BUILD_GEN_TP_EXAMPLES], [test $BUILD_GEN_TP_EXAMPLES]
, [Build examples requiring lttng-gen-tp]
)
+AM_CONDITIONAL([BUILD_GEN_TP_EXAMPLES], [test $BUILD_GEN_TP_EXAMPLES])
AC_CONFIG_FILES([
Makefile
This page took
0.025413 seconds
and
4
git commands to generate.