From 1d86869da6820a698d48bdea5d42b0218edc4251 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Mon, 17 Feb 2014 10:07:54 +0100 Subject: [PATCH] Enable libkms by default on DragonFly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: François Tigeot --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index d2d19d6..b7eef96 100644 --- a/configure.ac +++ b/configure.ac @@ -187,6 +187,7 @@ if test "x$LIBKMS" = xauto ; then linux*) LIBKMS="yes" ;; freebsd* | kfreebsd*-gnu) LIBKMS="yes" ;; + dragonfly*) LIBKMS="yes" ;; *) LIBKMS="no" ;; esac fi -- 2.7.4