From 626c087b48ca8efd8ebcbb2db725264015d922e9 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 8 Sep 2011 15:35:14 +0100 Subject: Fix the kFreeBSD detection Signed-off-by: Richard Hughes --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3