Removed checking for depmod in configure.
This commit is contained in:
parent
9c59a83aca
commit
e210451539
10
configure.ac
10
configure.ac
|
|
@ -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
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue