[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix spacing for --with-dmalloc
Update of /home/or/cvsroot/tor
In directory moria.mit.edu:/tmp/cvs-serv29679
Modified Files:
configure.in
Log Message:
Fix spacing for --with-dmalloc
Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- configure.in 3 Mar 2005 06:37:53 -0000 1.173
+++ configure.in 22 Mar 2005 21:23:12 -0000 1.174
@@ -231,7 +231,7 @@
# 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)