From 039261b3f63a8949fd0f20e7cb80d017f26c9f08 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 28 Nov 2016 01:51:45 +0100 Subject: orcus is mandatory now We use it as a json parser, for calc cell styles and tests. Making it optional is just making the code more complex and introduces more sources for errors. Change-Id: I8769628a4ab9519cafc3d43db7c0007e0aa265dc Reviewed-on: https://gerrit.libreoffice.org/31307 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- 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 13c0b25a6938..9bf9d69f3a4f 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -132,7 +132,6 @@ export ENABLE_EVOAB2=@ENABLE_EVOAB2@ export ENABLE_FIREBIRD_SDBC=@ENABLE_FIREBIRD_SDBC@ export ENABLE_FORMULA_LOGGER=@ENABLE_FORMULA_LOGGER@ export ENABLE_GIO=@ENABLE_GIO@ -export ENABLE_ORCUS=@ENABLE_ORCUS@ export ENABLE_GLTF=@ENABLE_GLTF@ export SYSTEM_LIBGLTF=@SYSTEM_LIBGLTF@ export LIBGLTF_CFLAGS=@LIBGLTF_CFLAGS@ -- cgit