configure: Add HAX support in NetBSD
authorKamil Rytarowski <n54@gmx.com>
Thu, 7 Feb 2019 23:37:04 +0000 (00:37 +0100)
committerLaurent Vivier <laurent@vivier.eu>
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 <n54@gmx.com>
Message-Id: <20190207233704.29978-1-n54@gmx.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
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"