summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-01 16:08:23 +0100
committerRichard Jones <rjones@redhat.com>2009-04-01 16:08:23 +0100
commitfddf794d1a4446c94f652af4eeba37a599355e6f (patch)
tree567dc74dce779944ac015894e3f98f7aab2a3510 /configure.ac
parentfe6820c1bbaec015a883804545362a8c9b6b4583 (diff)
downloadlibguestfs-fddf794d1a4446c94f652af4eeba37a599355e6f.tar.gz
libguestfs-fddf794d1a4446c94f652af4eeba37a599355e6f.tar.xz
libguestfs-fddf794d1a4446c94f652af4eeba37a599355e6f.zip
Add test-boot-realistic target.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4e71ddee..03bdb9e7 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" && \