소스 검색

fix the description of the --enable-fast option

Cédric Augonnet 15 년 전
부모
커밋
31faff04b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -445,7 +445,7 @@ CFLAGS+=" -gdwarf-2 -g3 "
 
 AC_MSG_CHECKING(whether extra checks should be performed)
 AC_ARG_ENABLE(fast, [AS_HELP_STRING([--enable-fast],
-			[enforce assertions])],
+			[do not enforce assertions])],
 			enable_fast=$enableval, enable_fast=no)
 AC_MSG_RESULT($enable_fast)
 if test x$enable_fast = xyes; then