浏览代码

Restore previous option to avoid breaking people's installation

Samuel Thibault 4 年之前
父节点
当前提交
0a4002046f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1838,8 +1838,8 @@ AM_CONDITIONAL(STARPU_COVERITY, test x$enable_coverity = xyes)
 # shall we use FxT to generate trace of the execution ?
 AC_ARG_ENABLE(fxt, [AS_HELP_STRING([--disable-fxt],
 		[disable FxT trace mechanisms])],, [enable_fxt=maybe])
-AC_ARG_WITH(fxt-dir,
-	[AS_HELP_STRING([--with-fxt-dir=<path>],
+AC_ARG_WITH(fxt,
+	[AS_HELP_STRING([--with-fxt=<path>],
 	[specify FxT installation directory])],
 	[
 		fxt_dir="$withval"