Override PLATFORM_WIN32 setting if using Wine on Linux/Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-05-17 11:40:31 +00:00
parent e55a0db6cd
commit bdebb37929

4
aclocal.m4 vendored
View File

@ -1591,7 +1591,11 @@ AC_DEFUN([AC_BAKEFILE_PLATFORM],
PLATFORM_MACOS=1
;;
* )
if test "$wxUSE_WINE" = "yes"; then
PLATFORM_WIN32=1
else
PLATFORM_UNIX=1
fi
;;
esac
else