From f53470d1e6ab1d29019919c8e37a55f1481d80d3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Aug 2018 12:27:24 +0200 Subject: ALLOC is no longer substituted ...since db354dfad541fe2edd64a618a2d7cc83a6be2b9e "the custom SAL allocator is no longer used" Change-Id: Ie4cca54568091f20448997bb4eae7e01230572bf Reviewed-on: https://gerrit.libreoffice.org/58471 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- config_host.mk.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index e53c9a12f8b0..1dc6ef50599a 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -15,7 +15,6 @@ export BUILDDIR=@BUILDDIR@ @x_AFLAGS@ export AFLAGS=@AFLAGS@ export ABW_CFLAGS=$(gb_SPACE)@ABW_CFLAGS@ export ABW_LIBS=$(gb_SPACE)@ABW_LIBS@ -export ALLOC=@ALLOC@ export ANDROID_NDK_HOME=@ANDROID_NDK_HOME@ export ANDROID_APP_ABI=@ANDROID_APP_ABI@ export ANDROID_SDK_HOME=@ANDROID_SDK_HOME@ -- cgit