X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/077c78808f920007af607d7b83a815362bba837e..07d02e9ee0fe990aeb81e152a668d0011659b5c7:/acinclude.m4 diff --git a/acinclude.m4 b/acinclude.m4 index d2fb3cda6f..4c86f58ec7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -132,7 +132,7 @@ AC_DEFUN([WX_CPP_NEW_HEADERS], AC_LANG_SAVE AC_LANG_CPLUSPLUS - AC_CHECK_HEADERS(iostream) + AC_CHECK_HEADER(iostream,,, [ ]) if test "$ac_cv_header_iostream" = "yes" ; then ifelse([$1], , :, [$1]) @@ -544,7 +544,7 @@ AC_DEFUN([WX_VERSIONED_SYMBOLS], dnl to use it for cygwin/mingw32, keep in mind that replacing last dnl comma with the equal sign works) so dnl simply disable it - found_versioning=no + wx_cv_version_script=no ;; *)