diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-02 15:50:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-02 21:54:53 +0200 |
commit | 0e2a8bbfa16f9b7fff370b2e7f4ecf9abdd25e66 (patch) | |
tree | 40f19915d99212360426b96078f3c3aa802e80ec /configure.ac | |
parent | cbd383aa70cce13ed07ca170dd40c83a79c57751 (diff) |
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@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
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 |