]> git.saurik.com Git - wxWidgets.git/commitdiff
Override PLATFORM_WIN32 setting if using Wine on Linux/Unix
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 11:40:31 +0000 (11:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 May 2005 11:40:31 +0000 (11:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

aclocal.m4

index dab409f14d305b6961052fefa055ad6fabcbd91a..b3f51026342f5818ab5e352f17cc1b697df77883 100644 (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