Cleanup: remove extra whitespace in configure output
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Jun 2015 17:04:27 +0000 (13:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Jun 2015 17:04:27 +0000 (13:04 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index 16509b57c37658b5842e8c3611b36dc915ce4813..8bbf7b9b15295db0a06279fb9d9a5dc99933f0bc 100644 (file)
@@ -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")
This page took 0.024756 seconds and 4 git commands to generate.