mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Regenerated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8aaf082eb
commit
0422165462
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
@ -1231,14 +1231,14 @@ echo "$ac_t""$ac_cv_objext" 1>&6
|
|||
OBJEXT=$ac_cv_objext
|
||||
ac_objext=$ac_cv_objext
|
||||
|
||||
if test $MINGW32 = yes; then
|
||||
if test "$MINGW32" = yes; then
|
||||
echo "hosted on mingw32 .."
|
||||
export SHELL=zsh
|
||||
export CC=${CC:-gcc}
|
||||
export AR=${AR:-ar}
|
||||
export RANLIB=${RANLIB:-ranlib}
|
||||
export DLLTOOL=${DLLTOOL:-dlltool}
|
||||
elif $CYGWIN = yes; then
|
||||
elif test "$CYGWIN" = yes; then
|
||||
echo "hosted on cygwin .."
|
||||
export CC=${CC:-gcc}
|
||||
export AR=${AR:-ar}
|
||||
|
@ -1966,7 +1966,7 @@ rm -fr conftest*
|
|||
fi
|
||||
|
||||
fi
|
||||
elif test $MINGW32 = yes; then
|
||||
elif test "$MINGW32" = yes; then
|
||||
# Mingw doesn't need anything extra for threads
|
||||
LIBS="-lobjc $LIBS $extra_LIBS"
|
||||
if test "$cross_compiling" = yes; then
|
||||
|
|
Loading…
Reference in a new issue