From: Kamil Rytarowski Date: Thu, 7 Feb 2019 23:37:04 +0000 (+0100) Subject: configure: Add HAX support in NetBSD X-Git-Tag: v4.0.0-rc0~97^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=604a5b9978c8824dbd2164d1fc990016a67ced40;p=thirdparty%2Fqemu.git configure: Add HAX support in NetBSD The NetBSD support in Intel HAXM has beem merged upstream and is functional. Signed-off-by: Kamil Rytarowski Message-Id: <20190207233704.29978-1-n54@gmx.com> Signed-off-by: Laurent Vivier --- diff --git a/configure b/configure index c8fc1647fe6..649ef1b158d 100755 --- a/configure +++ b/configure @@ -817,6 +817,7 @@ DragonFly) ;; NetBSD) bsd="yes" + hax="yes" make="${MAKE-gmake}" audio_drv_list="oss try-sdl" audio_possible_drivers="oss sdl"