summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-16 10:19:04 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-21 12:51:15 +0100
commitc62f7851fe17141f44fcac237d02b9431d5be2d0 (patch)
tree74ada0f7306cf1ca21457e060ea4fc43eff8b836
parentcf2633851e7e2fbf0035c9351b4532d6f753c4f6 (diff)
downloadlibguestfs-c62f7851fe17141f44fcac237d02b9431d5be2d0.tar.gz
libguestfs-c62f7851fe17141f44fcac237d02b9431d5be2d0.tar.xz
libguestfs-c62f7851fe17141f44fcac237d02b9431d5be2d0.zip
configure: Look for mkisofs as well as genisoimage.
For our purposes, the two tools are compatible. (cherry picked from commit 87de36670108a19b832e8f5ded8d413e7b575d70)
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6694cb18..439eb768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -474,8 +474,8 @@ else
fi
AC_SUBST([POD2_UTF8_OPTION])
-dnl Check for genisoimage.
-AC_PATH_PROGS([GENISOIMAGE],[genisoimage],[no],
+dnl Check for genisoimage/mkisofs
+AC_PATH_PROGS([GENISOIMAGE],[genisoimage mkisofs],[no],
[$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin])
test "x$GENISOIMAGE" = "xno" && AC_MSG_ERROR([genisoimage must be installed])