]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Define program name if not found
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Feb 2012 10:18:59 +0000 (11:18 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Feb 2012 11:28:27 +0000 (12:28 +0100)
commit2b38e59bd8273f9635e63968c2040860e3be2972
tree6b3cf5c6a402328e61559876dc00570d3263e79b
parentb90d4722a5dcf30986f520a4674976f3a55b06ad
configure: Define program name if not found

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
src/util/pci.c