Index: trunk/configure.ac
===================================================================
--- trunk/configure.ac	(revision 283)
+++ trunk/configure.ac	(revision 284)
@@ -2076,5 +2076,5 @@
 			sh_libkvm="-lkvm"
 		elif test -f "${systemmap}"; then
-		     	if test -f /dev/kmem; then 
+		     	if test -c /dev/kmem; then 
 			   :
 			else
Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 283)
+++ trunk/docs/Changelog	(revision 284)
@@ -1,2 +1,5 @@
+2.7.0a (09-05-2010):
+	* fix /dev/kmem detection (reported by S. Clormann)
+	
 2.7.0 (01-05-2010):
 	* sh_utmp.c, sh_login_track.c: additional login checks
