From 0e2a8bbfa16f9b7fff370b2e7f4ecf9abdd25e66 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Aug 2018 15:50:43 +0200 Subject: 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 --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') 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 -- cgit