浏览代码

configure.ac: fix FxT case

Nathalie Furmento 14 年之前
父节点
当前提交
50b9d20c0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -765,7 +765,7 @@ fi
 
 
 
 
 # shall we use FxT to generate trace of the execution ?
 # shall we use FxT to generate trace of the execution ?
-AC_MSG_CHECKING(whether fxt traces should be generated)
+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
 		if test x$withval != xno; then