Skip to content

Commit 67b1a2f

Browse files
committed
Add support for DragonFlyBSD in configure.ac
Hinted to by gnemmi in [email protected] Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 7c2e789 commit 67b1a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ PKG_PROG_PKG_CONFIG
1818

1919
AC_CANONICAL_HOST
2020
AS_CASE([$host_os],
21+
[dragonfly*], [PLATFORM="bsd"],
2122
[freebsd*], [PLATFORM="bsd"],
22-
[openbsd*], [PLATFORM="bsd"],
2323
[netbsd*], [PLATFORM="bsd"],
24+
[openbsd*], [PLATFORM="bsd"],
2425
[*nto*|*qnx*], [PLATFORM="qnx"],
2526
[*solaris*], [PLATFORM="solaris"],
2627
[*android*], [PLATFORM="android"],

0 commit comments

Comments
 (0)