On 22.02.2012 12:09, Jiri Denemark wrote:
On Wed, Feb 22, 2012 at 11:28:33 +0100, Michal Privoznik wrote:
> 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.
> ---
> configure.ac | 4 ++--
> src/util/pci.c | 5 -----
> 2 files changed, 2 insertions(+), 7 deletions(-)
ACK
Jirka
Thanks, pushed.
Michal