summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f5b39cd33f71..5ba4a32e5932 100755
--- a/configure
+++ b/configure
@@ -2384,7 +2384,7 @@ Optional Packages:
Usage: --with-build-version="Built by Jim"
--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
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
],,)