summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-03 14:41:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-03 14:41:59 +0100
commitc63a4017262c8962b1c17dafc5a4a8c2548f930d (patch)
treeb507fa085d62f53916cf0b9c875033340774281f /config_host.mk.in
parentdc586816a94f8deba2b6f8868f3aeb3ba0f6be51 (diff)
CPP_LIBRARY has never been used outside configure.ac
...ever since its introduction with f5aa04485c86a5753bd7af057b86336efe089fae "Enable optionally using libc++ on OS X (when targeting 10.7 or later)" Change-Id: I26ece69d7a00c7452cd027928c318bbf31d6284b
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 5b2e6489f5d8..d04374a34907 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -69,7 +69,6 @@ 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 CPP_LIBRARY=@CPP_LIBRARY@
export CPPUNIT_CFLAGS=$(gb_SPACE)@CPPUNIT_CFLAGS@
export CPPUNIT_LIBS=$(gb_SPACE)@CPPUNIT_LIBS@
export CPUNAME=@CPUNAME@