configure: Don't test for camlp4of.opt, test for camlp4of.
[ocaml-bitstring.git] / META.in
diff --git a/META.in b/META.in
index 5c54cef..6b14f17 100644 (file)
--- a/META.in
+++ b/META.in
@@ -17,6 +17,6 @@ package "syntax" (
   version = "@PACKAGE_VERSION@"
   requires = "camlp4"
   description = "Syntax extension: bitstring operators"
-  archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
+  archive(syntax,preprocessor) = "-parser o -parser op -printer p unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
   archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
 )