Fix OpenSolaris build breaking typos
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
c139090369
commit
31ff504d2a
4
configure
vendored
4
configure
vendored
@ -1585,7 +1585,7 @@ if check_linker_flags --whole-archive --no-whole-archive ; then
|
|||||||
arlibs_end="-Wl,--no-whole-archive"
|
arlibs_end="-Wl,--no-whole-archive"
|
||||||
elif check_linker_flags -z,allextract -z,defaultextract ; then
|
elif check_linker_flags -z,allextract -z,defaultextract ; then
|
||||||
# Solaris ld
|
# Solaris ld
|
||||||
arlibs_begin"=-Wl,-z,allextract"
|
arlibs_begin="-Wl,-z,allextract"
|
||||||
arlibs_end="-Wl,-z,defaultextract"
|
arlibs_end="-Wl,-z,defaultextract"
|
||||||
elif check_linker_flags -all_load ; then
|
elif check_linker_flags -all_load ; then
|
||||||
# Mac OS X
|
# Mac OS X
|
||||||
@ -1597,7 +1597,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaries" != yes -a \
|
if test "$darwin" != "yes" -a "$mingw32" != "yes" -a "$solaris" != yes -a \
|
||||||
"$aix" != "yes" ; then
|
"$aix" != "yes" ; then
|
||||||
libs_softmmu="-lutil $libs_softmmu"
|
libs_softmmu="-lutil $libs_softmmu"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user