소스 검색

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 ?
-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])],
 	[
 		if test x$withval != xno; then