]> Git Repo - qemu.git/commitdiff
configure: Add HAX support in NetBSD
authorKamil Rytarowski <[email protected]>
Thu, 7 Feb 2019 23:37:04 +0000 (00:37 +0100)
committerLaurent Vivier <[email protected]>
Thu, 14 Feb 2019 09:47:14 +0000 (10:47 +0100)
The NetBSD support in Intel HAXM has beem merged upstream and is functional.

Signed-off-by: Kamil Rytarowski <[email protected]>
Message-Id: <20190207233704[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
configure

index c8fc1647fe69a472e1d91b9f5f2a1af82f3ad14c..649ef1b158d1a1803081ed3dc15c9750303d1496 100755 (executable)
--- 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"
This page took 0.033618 seconds and 4 git commands to generate.