Explorar o código

Fix spacing for --with-dmalloc

svn:r3819
Peter Palfrader %!s(int64=20) %!d(string=hai) anos
pai
achega
f72ad103b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)