Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI

This commit is contained in:
Tsuda Kageyu
2013-05-03 18:26:43 +09:00
parent 198530547d
commit 03adafbfd9
5 changed files with 2 additions and 19 deletions

View File

@ -39,16 +39,6 @@ else()
set(SYSTEM_BYTEORDER 2)
endif()
# Determine if your compiler supports std::wstring.
check_cxx_source_compiles("
#include <string>
int main() {
std::wstring x(L\"ABC\");
return 0;
}
" TAGLIB_HAVE_STD_WSTRING)
# Determine which kind of atomic operations your compiler supports.
check_cxx_source_compiles("