Cleanup: configure layout for python agent detection
[lttng-ust.git] / configure.ac
index 63bd5e857449463631d6fea76f89bf311a76be0e..ede0195213e823b94b6981a2018d4f53c786c6ee 100644 (file)
@@ -436,7 +436,7 @@ AS_IF([test "x$java_agent_log4j" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disa
 AS_ECHO_N("JNI interface (JNI): ")
 AS_IF([test "x$jni_interface" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")])
 
-AS_ECHO_N("Python($PYTHON) agent: ")
+AS_ECHO_N("Python ($PYTHON) agent: ")
 AS_IF([test "x$python_agent" = "xyes"], [AS_ECHO("Enabled")], [AS_ECHO("Disabled")])
 
 AS_ECHO_N("sdt.h integration: ")
This page took 0.023846 seconds and 4 git commands to generate.