summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c146aa8)
raw | patch | inline | side by side (parent: c146aa8)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 19 Aug 2008 07:44:56 +0000 (09:44 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 19 Aug 2008 07:44:56 +0000 (09:44 +0200) |
This fixes a bug introduced with the previous commit.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index e8fe287bfd23d94370fc8f03b7209a3ea285a283..17d006d29a9abd97b14ce873606836817103d4a9 100644 (file)
--- a/configure.in
+++ b/configure.in
AC_SUBST(BUILD_WITH_LIBSTATGRAB_LDFLAGS)
fi
+with_libkvm="no"
AC_CHECK_LIB(kvm, kvm_getswapinfo, [with_kvm_getswapinfo="yes"], [with_kvm_getswapinfo="no"])
if test "x$with_kvm_getswapinfo" = "xyes"
then
AC_DEFINE(HAVE_LIBKVM_GETSWAPINFO, 1,
[Define to 1 if you have the 'kvm' library with the 'kvm_getswapinfo' symbol (-lkvm)])
+ with_libkvm="yes"
fi
AM_CONDITIONAL(BUILD_WITH_LIBKVM_GETSWAPINFO, test "x$with_kvm_getswapinfo" = "xyes")
plugin_processes="yes"
fi
-if test "x$with_libkvm" = "xyes"
+if test "x$with_kvm_getswapinfo" = "xyes"
then
plugin_swap="yes"
fi