summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2011-09-08 15:35:14 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-08 15:35:14 +0100
commit626c087b48ca8efd8ebcbb2db725264015d922e9 (patch)
tree69b96b151c4390236d791b54482b8c17f1e9fd2b /configure.ac
parente2e8dd9603e332b83e5f1e4936cfb88758ee973b (diff)
Fix the kFreeBSD detection
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5241afd..52b2339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ AC_CANONICAL_HOST
if test x$with_backend = x; then
AS_CASE([$host],
[*-linux*], [with_backend=linux],
- [*-freebsd*], [with_backend=freebsd],
+ [*-*freebsd*], [with_backend=freebsd],
[*-openbsd*], [with_backend=openbsd],
[with_backend=dummy])
fi