From: Philippe Proulx Date: Sat, 27 Feb 2016 09:32:11 +0000 (-0500) Subject: configure.ac: use test "x$var" = "xyes" X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=0d8ba43d97a857d06ed09327fbc115ef27730156;p=lttng-ust.git configure.ac: use test "x$var" = "xyes" Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index c428cf9d..cfb2ddf5 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]) +AM_CONDITIONAL([BUILD_GEN_TP_EXAMPLES], [test "x$BUILD_GEN_TP_EXAMPLES" = "xyes"]) AC_CONFIG_FILES([ Makefile