diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-03 14:41:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-03 14:41:59 +0100 |
commit | c63a4017262c8962b1c17dafc5a4a8c2548f930d (patch) | |
tree | b507fa085d62f53916cf0b9c875033340774281f /configure.ac | |
parent | dc586816a94f8deba2b6f8868f3aeb3ba0f6be51 (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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4a2811d7d06d..728a9e132f3c 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 |