qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 01/12] configure: add alternate binary for genisoimage


From: Alex Bennée
Subject: [PULL 01/12] configure: add alternate binary for genisoimage
Date: Wed, 27 May 2020 15:54:44 +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 <address@hidden>
Signed-off-by: Robert Foley <address@hidden>
Message-Id: <address@hidden>

diff --git a/configure b/configure
index b969dee675b..af2ba83f0e2 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
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]