diff options
author | Alex Bennée | 2020-05-19 15:22:48 +0200 |
---|---|---|
committer | Alex Bennée | 2020-05-27 15:13:34 +0200 |
commit | 3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c (patch) | |
tree | 6dc64eadea26e5afe0ce64bee6882d7a7c3daad5 /configure | |
parent | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta... (diff) | |
download | qemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.tar.gz qemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.tar.xz qemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.zip |
configure: add alternate binary for genisoimage
Not all distros ship genisoimage which is a Debian fork from the
original cdrtools. As the options are pretty much the same support it
as a fallback binary.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Robert Foley <robert.foley@linaro.org>
Message-Id: <20200519132259.405-2-robert.foley@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -941,7 +941,7 @@ done # Check for ancillary tools used in testing genisoimage= -for binary in genisoimage +for binary in genisoimage mkisofs do if has $binary then |