configure.ac
changeset 468 22de19c004a7
parent 444 31223539fc00
child 471 0a6bd71bf4d3
--- 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
 #------------------------------------------------------------------------------