From: Philippe Proulx Date: Sat, 27 Feb 2016 09:30:31 +0000 (-0500) Subject: configure.ac: AM_CONDITIONAL() accepts two arguments X-Git-Tag: v2.8.0-rc1~19 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=062252ad70d6a98abdd6b626b7285b9c2c97c062 configure.ac: AM_CONDITIONAL() accepts two arguments Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 8b7368ed..c428cf9d 100644 --- 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