]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
EOVERFLOW is not available on classic Mac OS.
[wxWidgets.git] / configure.in
index 3f874aac45dde8a1ff3b20e5af19e2bc2098234c..137e2fa099940ce522a283462bbf6bc55f1f08cc 100644 (file)
@@ -3885,6 +3885,12 @@ if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
     AC_LANG_RESTORE
 fi
 
+if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then 
+    AC_MSG_WARN([wxStackWalker is only available on Win32 and UNIX... disabled])
+    wxUSE_STACKWALKER=no
+fi
+
+
 dnl check for the function for temp files creation
 AC_CHECK_FUNCS(mkstemp mktemp, break)