diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-21 09:26:59 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-05-21 09:26:59 +0200 |
commit | 6c84554b671fce473fe333ab3d8b548a0768882b (patch) | |
tree | fff55c05f21325230e5470825bd03d48742875c1 /configure.in | |
parent | f434d19174cb2d3054a00248ca609aa87bf8c263 (diff) | |
parent | 4d176e14509c71823a539b3c8b6103e254296d4f (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 13e4e852..542dd154 100644 --- a/configure.in +++ b/configure.in @@ -114,6 +114,10 @@ else ;; ipv4:freebsd*) sysdesc=bsd ;; + ipv6:openbsd*) sysdesc=bsd-v6 + ;; + ipv4:openbsd*) sysdesc=bsd + ;; *) AC_MSG_ERROR([Cannot determine correct system configuration. Please use --with-sysconfig to set it manually.]) ;; esac |