Use bitstring, enable display of symlinks on NTFS.
[guestfs-browser.git] / configure.ac
index d1853ab..05a7dcf 100644 (file)
@@ -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])