From bb9b5c2db164050bc87f6069df5453d0bd684290 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 30 Jun 2015 13:04:27 -0400 Subject: [PATCH] Cleanup: remove extra whitespace in configure output Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.34.1