aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 56098371..32ae87e1 100644
--- a/configure.in
+++ b/configure.in
@@ -57,6 +57,13 @@ then
fi
fi
+# Check for FreeBSD special case: -lkvm needed
+if test `uname` = "FreeBSD"
+then
+ echo "Adding -lkvm to standard libraries"
+ LIBS="$LIBS -lkvm"
+fi
+
# i18n
# Arnaldo Carvalho de Melo <acme@conectiva.com.br>
# Sat Nov 7 15:39:03 EDT 1998