Use %global instead of %define in spec file (thanks Michael Scherer).
[whenjobs.git] / lib / config.ml.in
index f892549..06fb4ec 100644 (file)
 
 let package_name = "@PACKAGE_NAME@"
 let package_version = "@PACKAGE_VERSION@"
+
+let have_ocamlc = "@OCAMLC@" <> "no"
+let have_ocamlopt = "@OCAMLOPT@" <> "no"
+
+let ocamlfind = "@OCAMLFIND@"
+
+let mailx = "@MAILX@"