]> Git Repo - qemu.git/commitdiff
configure: add alternate binary for genisoimage
authorAlex Bennée <[email protected]>
Tue, 19 May 2020 13:22:48 +0000 (09:22 -0400)
committerAlex Bennée <[email protected]>
Wed, 27 May 2020 13:13:34 +0000 (14:13 +0100)
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 <[email protected]>
Signed-off-by: Robert Foley <[email protected]>
Message-Id: <20200519132259[email protected]>

configure

index b969dee675bb52cdd9745ebc5b53ac792a62b073..af2ba83f0e20b2a002a985be6d96cb241b24bcf3 100755 (executable)
--- 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
This page took 0.032963 seconds and 4 git commands to generate.