summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2021-01-17 10:05:11 -0800
committerSam Lantinga <slouken@libsdl.org>2021-01-17 10:05:11 -0800
commit70ba7603cc8e9ac2db5424974c91b117cbbb31a5 (patch)
tree60ec2865762a799b4a3aa56b4c5355352b8ea3ea /configure.ac
parentc79a2021bcb23881783d5d2c5fa2cd1ff94eaba1 (diff)
downloadsdl-70ba7603cc8e9ac2db5424974c91b117cbbb31a5.tar.gz
Fixed bug 5473 - Add WSCONS support for NetBSD
wahil1976 This patch adds WSCONS support for NetBSD.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b47c75b6d..f9a880279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3626,7 +3626,7 @@ case "$host" in
freebsd)
CheckInputKBIO
;;
- openbsd)
+ openbsd|netbsd)
CheckInputWSCONS
;;
esac