configure: fix printing a description containing a comma
[lttng-ust.git] / configure.ac
index bcf3b2bb1623beff898e7f5950b87068de676a05..6f4ab90733b014100b41b61c8a061dc78d03d409 100644 (file)
@@ -650,9 +650,9 @@ AS_ECHO
 
 AS_IF([test -n "ust_version_description"], [
   AS_IF([test -n "$FOLD"], [
-    AS_ECHO("`AS_ECHO("ust_version_description") | $FOLD -s`")
+    AS_ECHO(["ust_version_description"]) | $FOLD -s
   ], [
-    AS_ECHO("ust_version_description")
+    AS_ECHO(["ust_version_description"])
   ])
   AS_ECHO
 ])
This page took 0.023574 seconds and 4 git commands to generate.