Commit f48879196272e8e966d4666e05ed4c11422f3baf

Authored by blueswir1
1 parent 293d6942

Fix typo reported by Thiemo Seufer

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5782 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -148,7 +148,7 @@ FreeBSD)
148 148 bsd="yes"
149 149 audio_drv_list="oss"
150 150 audio_possible_drivers="oss sdl esd pa"
151   -aiolib="-lpthread"
  151 +aio_lib="-lpthread"
152 152 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
153 153 kqemu="yes"
154 154 fi
... ...