소스 검색

Fix spacing for --with-dmalloc

svn:r3819
Peter Palfrader 20 년 전
부모
커밋
f72ad103b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -231,7 +231,7 @@ fi
 # Whether we should use the dmalloc memory allocation debugging library.
 AC_MSG_CHECKING(whether to use dmalloc (debug memory allocation library))
 AC_ARG_WITH(dmalloc,
-[  --with-dmalloc        Use debug memory allocation library. ],
+[  --with-dmalloc          Use debug memory allocation library. ],
 [if [[ "$withval" = "yes" ]]; then
   dmalloc=1
   AC_MSG_RESULT(yes)