diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b6f5d8dc7..6e5c25c74 100644 --- a/configure.ac +++ b/configure.ac @@ -580,7 +580,7 @@ AM_CONDITIONAL(HAVE_VIDIX, test x"$enable_vidix" = "xyes") AM_CONDITIONAL(HAVE_LINUX, test x"$enable_linux" = "xyes") AM_CONDITIONAL(BUILD_DHA_KMOD, test x"$enable_dha_kmod" = "xyes") AC_CHECK_PROG(MKNOD, mknod, mknod, no) -AC_CHECK_PROG(DEPMOD, depmod, depmod, no) +AC_CHECK_PROG(DEPMOD, depmod, depmod, no, $PATH:/sbin) dnl --------------------------------------------- dnl Check for divx4 |