mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Silence sdl-config stderr output, by Jeff Chua.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2787 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
09c69c5b23
commit
e14a693dda
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -562,8 +562,8 @@ fi
|
||||||
# static link with sdl ?
|
# static link with sdl ?
|
||||||
if test "$sdl" = "yes" ; then
|
if test "$sdl" = "yes" ; then
|
||||||
aa="no"
|
aa="no"
|
||||||
`$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
|
`$sdl_config --static-libs 2>/dev/null | grep \\\-laa > /dev/null` && aa="yes"
|
||||||
sdl_static_libs=`$sdl_config --static-libs`
|
sdl_static_libs=`$sdl_config --static-libs 2>/dev/null`
|
||||||
if [ "$aa" = "yes" ] ; then
|
if [ "$aa" = "yes" ] ; then
|
||||||
sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
|
sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue