• M
    configure: Define program name if not found · 2b38e59b
    Michal Privoznik 提交于
    AC_CHECK_PROG checks for program in given path. However, if it doesn't
    exists, [variable] is set to [value-if-not-found]. We don't want this
    to be the empty string in case of 'modprobe' and 'scrub' as we want to
    fallback to runtime detection.
    2b38e59b
configure.ac 88.4 KB