X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=67272ef69f6287058eeea16a34a3e92ee22c221b;hb=refs%2Ftags%2F0.1.3;hp=d1853abd6ec5d6c36510a1227ed340669d45408b;hpb=e0047b09f88dcfa6dd9e771caf57a744095321f2;p=guestfs-browser.git diff --git a/configure.ac b/configure.ac index d1853ab..67272ef 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([guestfs-browser],[0.1.2]) +AC_INIT([guestfs-browser],[0.1.3]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) @@ -70,7 +70,12 @@ fi AC_CHECK_OCAML_PKG([camomile]) if test "$OCAML_PKG_camomile" = "no"; then - AC_MSG_ERROR([Please install OCaml module 'camomile'.]) + AC_MSG_ERROR([Please install OCaml module 'camomile' (including the data module if that is separate).]) +fi + +AC_CHECK_OCAML_PKG([bitstring]) +if test "$OCAML_PKG_bitstring" = "no"; then + AC_MSG_ERROR([Please install OCaml module 'bitstring'.]) fi AC_CHECK_OCAML_PKG([extlib])