From f48879196272e8e966d4666e05ed4c11422f3baf Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 23 Nov 2008 07:27:59 +0000 Subject: [PATCH] Fix typo reported by Thiemo Seufer git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5782 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ac458dce42..5886ea03ea 100755 --- a/configure +++ b/configure @@ -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 -- 2.34.1