aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-05-19 09:22:48 -0400
committerAlex Bennée <alex.bennee@linaro.org>2020-05-27 14:13:34 +0100
commit3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c (patch)
tree6dc64eadea26e5afe0ce64bee6882d7a7c3daad5
parentddc760832fa8cf5e93b9d9e6e854a5114ac63510 (diff)
downloadqemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.zip
qemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.tar.gz
qemu-3df437c737984069fbc12fd0d2e0f2f2c5ba5d4c.tar.bz2
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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b969dee..af2ba83 100755
--- a/configure
+++ b/configure
@@ -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