Browse Source

Merge pull request #924 from jlduran/add-freebsd-to-configure-c-extensions

src/configure: Add FreeBSD
pull/927/head^2
Mislav Marohnić 8 years ago
committed by GitHub
parent
commit
c7dcaf1259
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/configure

+ 3
- 0
src/configure View File

@ -21,6 +21,9 @@ case "$(uname -s)" in
Darwin* )
host_os="darwin$(uname -r)"
;;
FreeBSD* )
host_os="freebsd$(uname -r)"
;;
OpenBSD* )
host_os="openbsd$(uname -r)"
;;

Loading…
Cancel
Save