summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaofan Chen <xiaofanc@gmail.com>2012-04-15 11:50:27 +0800
committerPeter Stuge <peter@stuge.se>2012-04-19 01:39:10 +0200
commitde41604560a57b2279ac1d0a10b8192a9224d284 (patch)
tree025704bc1b519c2a3c2ffb4266b9a67f88f10692
parent404054cb508881c9bd6bc575b66c4f509046b4af (diff)
downloadlibusb-de41604560a57b2279ac1d0a10b8192a9224d284.tar.gz
Experimental support for NetBSD using the OpenBSD backend
Signed-off-by: Xiaofan Chen <xiaofanc@gmail.com>
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ed82f10..b8e87a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,10 @@ case $host in
AC_MSG_RESULT([OpenBSD])
backend="openbsd"
;;
+*-netbsd*)
+ AC_MSG_RESULT([NetBSD (using OpenBSD backend)])
+ backend="openbsd"
+ ;;
*-mingw*)
AC_MSG_RESULT([Windows])
backend="windows"