diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2009-05-12 14:24:03 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-12 14:24:03 +0200 |
commit | 702dec5f0e59aaaf6d1061e159fc534a7eed7998 (patch) | |
tree | c2233c49246842ab89734257426efef4037cb333 | |
parent | 4a41380945721ce563d3ebfa67272995ec7c7106 (diff) |
use the "freebsd" backend on GNU/kFreeBSD
The backend is kernel dependent, so the "freebsd" backend should be
chosen on GNU/kFreeBSD.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2e86931f..c37742ba 100644 --- a/configure.in +++ b/configure.in @@ -488,7 +488,7 @@ else *-*-solaris*) HALD_BACKEND="solaris" ;; - *-*-freebsd*) + *-*-freebsd* | *-*-kfreebsd*-gnu) HALD_BACKEND="freebsd" ;; *-linux*) |