[Libreoffice-commits] core.git: config_host.mk.in configure.ac

Stephan Bergmann sbergman at redhat.com
Tue Nov 3 05:43:42 PST 2015


 config_host.mk.in |    1 -
 configure.ac      |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit c63a4017262c8962b1c17dafc5a4a8c2548f930d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 3 14:41:59 2015 +0100

    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

diff --git a/config_host.mk.in b/config_host.mk.in
index 5b2e648..d04374a 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@
diff --git a/configure.ac b/configure.ac
index 4a2811d..728a9e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6119,7 +6119,6 @@ foo bar
     AC_MSG_ERROR([Could not figure out what C++ library this is]))))
 AC_MSG_RESULT([$cpp_library_name])
 AC_LANG_POP([C++])
-AC_SUBST(CPP_LIBRARY)
 
 dnl ===================================================================
 dnl C++11


More information about the Libreoffice-commits mailing list