fix for resourses compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-03-09 20:32:10 +00:00
parent 3283290881
commit b0a0942105
2 changed files with 359 additions and 363 deletions

718
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1312,8 +1312,7 @@ AC_CACHE_SAVE
dnl cross-compiling support: we're cross compiling if the build system is
dnl different from the target one (assume host and target be always the same)
if eval "test $host != $build"; then
if eval "test $host_alias != NONE"; then
if test "$cross_compiling" = "yes" ; then
CC=$host_alias-gcc
CXX=$host_alias-c++
AR=$host_alias-ar
@ -1323,7 +1322,6 @@ if eval "test $host != $build"; then
LD=$host_alias-ld
NM=$host_alias-nm
STRIP=$host_alias-strip
fi
fi
dnl C-compiler checks