X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=ef315e662d215828df761351fec63cc69967e30b;hp=d3dc0ed36bf7dbc210b91647ce65fb650e3e7eae;hb=e02066bcb33a2aed5f23dd18c3168dc66efddb18;hpb=75d260b6968309159f3335588f0e3f773d32a663 diff --git a/configure.ac b/configure.ac index d3dc0ed..ef315e6 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,11 @@ 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], + [$PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin]) +test "x$MKSQUASHFS" = "xno" && AC_MSG_ERROR([mksquashfs 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. default_qemu="qemu-kvm qemu-system-$host_cpu qemu"