Removed checking for depmod in configure.

This commit is contained in:
Florian Pose 2006-10-31 10:16:48 +00:00
parent 9c59a83aca
commit e210451539
1 changed files with 0 additions and 10 deletions

View File

@ -52,16 +52,6 @@ fi
AC_SUBST(LINUX_SOURCE_DIR,[$sourcedir])
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
#------------------------------------------------------------------------------