configure: added support for DragonFlyBSD. thanks @lhmwzy for the patch in #44.

This commit is contained in:
Yichun Zhang (agentzh) 2014-02-28 19:46:12 -08:00
parent 5836469559
commit 35934abdb1
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -51,7 +51,7 @@ if ($OS =~ /solaris|sunos/i) {
} elsif ($OS eq 'freebsd') {
$platform = $OS;
} elsif ($OS =~ /^(?:openbsd|netbsd)$/) {
} elsif ($OS =~ /^(?:openbsd|netbsd|dragonfly)$/) {
$platform = 'bsd';
} else {