summaryrefslogtreecommitdiffstats
path: root/kicker/applets/naughty/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/naughty/configure.in.in')
-rw-r--r--kicker/applets/naughty/configure.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/kicker/applets/naughty/configure.in.in b/kicker/applets/naughty/configure.in.in
new file mode 100644
index 000000000..5847780f0
--- /dev/null
+++ b/kicker/applets/naughty/configure.in.in
@@ -0,0 +1,5 @@
+case "$host" in
+ *-*-freebsd*) LIB_KVM="-lkvm" ;;
+ *) LIB_KVM="" ;;
+esac
+AC_SUBST(LIB_KVM)