X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=3d833c335246b399f2f0674806e604a0163c065e;hb=b4acbdbfa1b29c23df2ea6bcc093a118843d3381;hp=438726cda64df9982c36d4ad2a45da616733c6b5;hpb=0f7656f2870fd5f1644e54438e7639fa2dcbc747;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 438726c..3d833c3 100644 --- a/configure.ac +++ b/configure.ac @@ -137,10 +137,10 @@ AC_CHECK_PROG([POD2TEXT],[pod2text],[pod2text],[no]) test "x$POD2TEXT" = "xno" && AC_MSG_ERROR([pod2text must be installed]) -dnl Check for mksquashfs. -AC_PATH_PROGS([MKSQUASHFS],[mksquashfs],[no], +dnl Check for mkisofs. +AC_PATH_PROGS([MKISOFS],[mkisofs],[no], [$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin]) -test "x$MKSQUASHFS" = "xno" && AC_MSG_ERROR([mksquashfs must be installed]) +test "x$MKISOFS" = "xno" && AC_MSG_ERROR([mkisofs must be installed]) dnl Check for QEMU for running binaries on this $host_cpu, fall dnl back to basic 'qemu'. Allow the user to override it.