From e342de2671092c5fd919a5e134dca8fef5d84150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 18 Apr 2012 15:10:27 +0200 Subject: [PATCH] Change the inlining Remove dependency on pkg-config --- configure | 1 - myocamlbuild_config.ml.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index c192a28..2866377 100755 --- a/configure +++ b/configure @@ -12,7 +12,6 @@ Conf.check "Ocaml version >= 3.11.0" Conf.version version (fun c -> c >= (3,11,0 Conf.check_prog ~required:false "Ocaml native compiler" "ocamlopt -version";; Conf.check_prog "ocamlbuild" "ocamlbuild -version";; Conf.check_prog "ocamlfind" "ocamlfind printconf";; -Conf.check_prog "pkg-config" "pkg-config --version";; Conf.check_prog "camlp4" "ocamlfind query camlp4";; Conf.check_prog "ulex" "ocamlfind query ulex";; diff --git a/myocamlbuild_config.ml.in b/myocamlbuild_config.ml.in index 5694462..b6e3ca9 100644 --- a/myocamlbuild_config.ml.in +++ b/myocamlbuild_config.ml.in @@ -1,4 +1,4 @@ -let ocaml_inline = "10";; +let ocaml_inline = "1000";; let include_path = "include";; let src_path = "src";; let ocaml_link = [ ];; -- 2.17.1