summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-23 17:39:06 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-23 17:39:06 +0200
commitae8f7256aaef33ca81543971a5f0b2a457b2162e (patch)
tree9f73c197a90b41a873c94bc0523b2fcd3473c4f2 /configure.in
parente450489775b1461bc7ec7ea0ba78f5367ebb8faf (diff)
remove one space more to make --with-alloc helptext aligned
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e79b93ebd827..db664d4ea858 100644
--- a/configure.in
+++ b/configure.in
@@ -807,7 +807,7 @@ AC_ARG_WITH(build-version,
],with_build_version=$withval)
AC_ARG_WITH(alloc,
[ --with-alloc Define which allocator to build with
- (choices are oo, system, tcmalloc, jemalloc)
+ (choices are oo, system, tcmalloc, jemalloc)
Note that on FreeBSD/NetBSD system==jemalloc
],,)