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
This commit is contained in:
Michael Wetherell 2006-11-28 14:47:32 +00:00
parent 02095058ef
commit 0eb69691e1

View 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