]> git.saurik.com Git - wxWidgets.git/commitdiff
Put setting of CC and CXX for wine back before compiler checks.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 28 Nov 2006 14:47:32 +0000 (14:47 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 28 Nov 2006 14:47:32 +0000 (14:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 612034e20c766655531e277c01b0a42c784c4c50..bc9c6f0dd54e57856549e501d1b935f2a1d3cdf4 100644 (file)
@@ -1323,6 +1323,8 @@ if test "$wxUSE_WINE" = "yes"; then
     DEFAULT_DEFAULT_wxUSE_MOTIF=0
     DEFAULT_DEFAULT_wxUSE_MSW=1
     wxUSE_SHARED=no
+    CC=${CC:-winegcc}
+    CXX=${CXX:-wineg++}
 fi
 
 
@@ -1670,9 +1672,6 @@ esac
 
 if test "$wxUSE_WINE" = "yes"; then
     wants_win32=1
-    dnl FIXME: we should do a better job of testing for these
-    CC=winegcc
-    CXX=wineg++
     LDFLAGS_GUI="-mwindows"
 fi