Remove obsolete wxUSE_IOSTREAMH option
This is always 0 for any still supported compiler, so remove the option and configure checks for it. Still define it as 0 for compatibility, just in case it's used outside of the library.
This commit is contained in:
@@ -1848,9 +1848,6 @@ AC_DEFINE(HAVE_TYPE_TRAITS)
|
||||
|
||||
else dnl Not using C++11, so we do need to run the checks.
|
||||
|
||||
dnl check for iostream (as opposed to iostream.h) standard header
|
||||
WX_CPP_NEW_HEADERS(, AC_DEFINE(wxUSE_IOSTREAMH))
|
||||
|
||||
dnl the next few tests are all for C++ features and so need to be done using
|
||||
dnl C++ compiler
|
||||
AC_LANG_PUSH(C++)
|
||||
|
Reference in New Issue
Block a user