mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
configure: added support for DragonFlyBSD. thanks @lhmwzy for the patch in #44.
This commit is contained in:
parent
5836469559
commit
35934abdb1
2
util/configure
vendored
2
util/configure
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user