summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 14:07:25 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 15:42:25 +0200
commitfa65ff8b1d2f50fa7f14e92fa7bc3c5d6619831a (patch)
treeef3ed977dd512cb2581a7959778c6126c34bf763 /config_host.mk.in
parenta871755e673fc83c92bf9731603d22004d0a3f2e (diff)
Check for Clang in configury and store and use result
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 2eed3c1bb3ca..f0ea88326e71 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -42,6 +42,7 @@ export CDR_LIBS=@CDR_LIBS@
export CLASSPATH=@CLASSPATH@
export CL_X64=@CL_X64@
export COM=@COM@
+export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
export COMEX=@COMEX@
export COMMONS_CODEC_JAR=@COMMONS_CODEC_JAR@
export COMMONS_HTTPCLIENT_JAR=@COMMONS_HTTPCLIENT_JAR@