Fix typo reported by Thiemo Seufer

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5782 c046a42c-6fe2-441c-8c8c-71466251a162
master
blueswir1 2008-11-23 07:27:59 +00:00
parent 293d6942dd
commit f488791962
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -148,7 +148,7 @@ FreeBSD)
bsd="yes"
audio_drv_list="oss"
audio_possible_drivers="oss sdl esd pa"
aiolib="-lpthread"
aio_lib="-lpthread"
if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
kqemu="yes"
fi