aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2019-02-08 00:37:04 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-02-14 10:47:14 +0100
commit604a5b9978c8824dbd2164d1fc990016a67ced40 (patch)
treefba504dba9bcff910bdc4c03ddc60a4f5766a607 /configure
parent8de73fa88a48729506d36ac3481d96924bfedb43 (diff)
configure: Add HAX support in NetBSD
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"