X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=configure;h=2866377e4349f52577da1fbcf3a86633958189bc;hb=e342de2671092c5fd919a5e134dca8fef5d84150;hp=c192a2840a231a7ac5f4389b73f500de8f6e1ce8;hpb=396656a9dda94625f033f7a88fe3b28a82b6025f;p=SXSI%2Fxpathcomp.git 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";;