Samuel Thibault пре 6 година
родитељ
комит
38b4e5f030
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -2073,7 +2073,7 @@ AM_CONDITIONAL(STARPU_COVERITY, test x$enable_coverity = xyes)
 
 # shall we use FxT to generate trace of the execution ?
 AC_MSG_CHECKING(whether FxT traces should be generated)
-AC_ARG_WITH(fxt, [AS_HELP_STRING([--with-fxt[=<dir>]], [generate fxt traces])],
+AC_ARG_WITH(fxt, [AS_HELP_STRING([--with-fxt[[=<dir>]]], [generate fxt traces])],
 	[
 		if test x$withval != xno; then
 			use_fxt=yes