X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=1fa47529f4232b1af8e2a172a640c20c8927709f;hb=2f310f865b2a264bcad2a9fe15535e0d0df56f7a;hp=6f147e55a7980c30ad4394edf9df3d9537e6fb0b;hpb=cfafe43ec6851e191b671ad3eddab02080d42a7f;p=virt-p2v.git diff --git a/configure.ac b/configure.ac index 6f147e5..1fa4752 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,9 @@ fi dnl Check for recommended livecd-creator (for building ISOs). AC_CHECK_PROG(HAVE_LIVECD_CREATOR,livecd-creator,livecd-creator) +dnl Check for optional livecd-iso-to-pxeboot. +AC_CHECK_PROG(HAVE_LIVECD_ISO_TO_PXEBOOT,livecd-iso-to-pxeboot,livecd-iso-to-pxeboot) + dnl Check for optional perldoc (for building manual pages). AC_CHECK_PROG(HAVE_PERLDOC,perldoc,perldoc)