summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-12 15:00:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-12 17:37:11 +0000
commitba8a957bfaffdddd10782ccb06d80d54e5805fcd (patch)
treeee9e4e2670c9f421281824c5192f9fb581312635 /config_host.mk.in
parent51af0ef35b5a7ed0d1468f11cca73ba0158e8be4 (diff)
Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
...in anticipation of building with clang-cl.exe on Windows Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index b6cbab6d77c3..26200a08d60d 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -68,7 +68,7 @@ export COMMONS_LOGGING_JAR=@COMMONS_LOGGING_JAR@
export COMMONS_LOGGING_VERSION=@COMMONS_LOGGING_VERSION@
export COMPATH=@COMPATH@
export COMPILER_PLUGINS=@COMPILER_PLUGINS@
-export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
+export COM_IS_CLANG=@COM_IS_CLANG@
export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@
export CPUNAME=@CPUNAME@