Don't use kvm on newer solaris. Patch by hua.zhang@sun.com. Closes

2006-06-24  Benoît Dejean  <benoit@placenet.org>

	* configure.in:

	Don't use kvm on newer solaris.
	Patch by hua.zhang@sun.com.
	Closes #345811.
This commit is contained in:
Benoît Dejean
2006-06-24 17:20:22 +00:00
committed by Benoît Dejean
parent 46c9f6ebeb
commit 8c7e0e6f2e
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2006-06-24 Benoît Dejean <benoit@placenet.org>
* configure.in:
Don't use kvm on newer solaris.
Patch by hua.zhang@sun.com.
Closes #345811.
2006-06-04 Benoît Dejean <benoit@placenet.org>
* libgtop-sysdeps.m4:

View File

@@ -174,6 +174,8 @@ case "$host_os" in
dnl Some versions of Solaris require -lelf for -lkvm
case $host_os in
solaris[[8-9]] | solaris2.[[0-9]].*)
AC_CHECK_LIB(kvm, kvm_open,[
LIBS="-lkvm $LIBS"
],[AC_MSG_CHECKING(for kvm_open in -lkvm with -lelf)
@@ -192,6 +194,8 @@ case "$host_os" in
fi
])
;;
esac
;;
esac
dnl For DEC OSF1