]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix spacing for --with-dmalloc
authorPeter Palfrader <peter@palfrader.org>
Tue, 22 Mar 2005 21:23:12 +0000 (21:23 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 22 Mar 2005 21:23:12 +0000 (21:23 +0000)
svn:r3819

configure.in

index 1abc6b1428f9607ac02ceef50110b8f582b76a94..0f455e7f4c1b2db53fb5867575c94d404592c837 100644 (file)
@@ -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)