From: Mathieu Desnoyers Date: Tue, 30 Jun 2015 17:04:27 +0000 (-0400) Subject: Cleanup: remove extra whitespace in configure output X-Git-Tag: v2.7.0-rc1~10 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=bb9b5c2db164050bc87f6069df5453d0bd684290 Cleanup: remove extra whitespace in configure output Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 16509b57..8bbf7b9b 100644 --- a/configure.ac +++ b/configure.ac @@ -422,7 +422,7 @@ AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disable AS_ECHO_N("Python agent: ") AS_IF([test "x$python_agent" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) -AS_ECHO_N("sdt.h integration: ") +AS_ECHO_N("sdt.h integration: ") AS_IF([test "x$with_sdt" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")]) AS_ECHO("Architecture: $host_cpu")