Remove variadic macros test from configure
This is useless, all still supported compilers except ancient MSVS versions (for which configure is not used anyhow) support variadic macros, so don't waste time testing for them. Note that the checks for HAVE_VARIADIC_MACROS in the sources are still left because it is still possible to explicitly disable variadic macros support using --disable-vararg_macros for strict C++98 compatibility.
This commit is contained in:
parent
426a0ed527
commit
da3aef753e
6 changed files with 4 additions and 106 deletions
|
|
@ -801,11 +801,6 @@ typedef pid_t GPid;
|
|||
*/
|
||||
#undef VA_LIST_IS_ARRAY
|
||||
|
||||
/*
|
||||
* Define if the compiler supports variadic macros
|
||||
*/
|
||||
#undef HAVE_VARIADIC_MACROS
|
||||
|
||||
#if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY)
|
||||
/*
|
||||
* Define if your compiler has std::wstring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue