diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-03-22 21:23:12 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-03-22 21:23:12 +0000 |
commit | f72ad103b616e12a85c6b2169f4000d95e0359be (patch) | |
tree | 26f2342b3a8f869e3ea2f764409f14953ce6abdf /configure.in | |
parent | 6659cd5e8e76853941f7714e6219dec294f7fd97 (diff) | |
download | tor-f72ad103b616e12a85c6b2169f4000d95e0359be.tar.gz tor-f72ad103b616e12a85c6b2169f4000d95e0359be.zip |
Fix spacing for --with-dmalloc
svn:r3819
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1abc6b1428..0f455e7f4c 100644 --- a/configure.in +++ b/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) |