Removed checking for depmod in configure.
--- a/configure.ac Mon Oct 30 15:39:03 2006 +0000
+++ b/configure.ac Tue Oct 31 10:16:48 2006 +0000
@@ -53,16 +53,6 @@
AC_MSG_RESULT($LINUX_SOURCE_DIR)
#------------------------------------------------------------------------------
-# Depmod
-#------------------------------------------------------------------------------
-
-AC_PATH_PROG([DEPMOD], [depmod],, [$PATH:/sbin:/usr/sbin:/usr/local/sbin])
-
-if test -z "$DEPMOD"; then
- AC_MSG_WARN([depmod was not found!]);
-fi
-
-#------------------------------------------------------------------------------
# Debug interface
#------------------------------------------------------------------------------