[Libreoffice-commits] core.git: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 2 19:55:19 UTC 2018
configure.ac | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 0e2a8bbfa16f9b7fff370b2e7f4ecf9abdd25e66
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 2 15:50:43 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Aug 2 21:54:53 2018 +0200
Remove no-longer functional --with-alloc
...after db354dfad541fe2edd64a618a2d7cc83a6be2b9e "the custom SAL allocator is
no longer used"
Change-Id: Ia897e2d3cf20bb240dcc3eed801b81f86267dc6a
Reviewed-on: https://gerrit.libreoffice.org/58475
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/configure.ac b/configure.ac
index fe9e5473c253..25d85b435361 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2189,11 +2189,6 @@ AC_ARG_WITH(build-version,
with_build_version=$withval,
)
-AC_ARG_WITH(alloc,
- AS_HELP_STRING([--with-alloc],
- [Define which allocator to build with (choices are internal, system).]),
-,)
-
AC_ARG_WITH(parallelism,
AS_HELP_STRING([--with-parallelism],
[Number of jobs to run simultaneously during build. Parallel builds can
More information about the Libreoffice-commits
mailing list