From: Michael Wetherell Date: Tue, 28 Nov 2006 14:47:32 +0000 (+0000) Subject: Put setting of CC and CXX for wine back before compiler checks. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0eb69691e1a49f42ce79d41981718d48dd8f4084 Put setting of CC and CXX for wine back before compiler checks. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 612034e20c..bc9c6f0dd5 100644 --- a/configure.in +++ b/configure.in @@ -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