X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=03bdb9e7d2dafec76def105a9291646cbfa457a1;hp=4e71ddee4190b12c5c127db3f5effe3be1363252;hb=88f69eb03160a62d38a361a5ad68c6ba1e767a20;hpb=6ed48042e4a8b009b5e38efbf4766a2676a33935 diff --git a/configure.ac b/configure.ac index 4e71dde..03bdb9e 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,10 @@ AC_CHECK_PROG([FEBOOTSTRAP], [febootstrap],[febootstrap],[no]) test "x$FEBOOTSTRAP" = "xno" && \ AC_MSG_ERROR([febootstrap must be installed]) +AC_CHECK_PROG([FEBOOTSTRAP_RUN], + [febootstrap-run],[febootstrap-run],[no]) +test "x$FEBOOTSTRAP_RUN" = "xno" && \ + AC_MSG_ERROR([febootstrap-run must be installed]) AC_CHECK_PROG([FEBOOTSTRAP_MINIMIZE], [febootstrap-minimize],[febootstrap-minimize],[no]) test "x$FEBOOTSTRAP_MINIMIZE" = "xno" && \