Removed checking for depmod in configure.
authorFlorian Pose <fp@igh-essen.com>
Tue, 31 Oct 2006 10:16:48 +0000
changeset 468 22de19c004a7
parent 467 2274de57ca84
child 469 a9c7991dca6b
Removed checking for depmod in configure.
configure.ac
--- 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
 #------------------------------------------------------------------------------