From 062252ad70d6a98abdd6b626b7285b9c2c97c062 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 27 Feb 2016 04:30:31 -0500 Subject: [PATCH] configure.ac: AM_CONDITIONAL() accepts two arguments Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1