From 604a5b9978c8824dbd2164d1fc990016a67ced40 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Fri, 8 Feb 2019 00:37:04 +0100 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index c8fc1647fe..649ef1b158 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"