/[svn]/configure.ml
ViewVC logotype

Diff of /configure.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1073 by abate, Tue Jul 10 18:20:45 2007 UTC revision 1074 by abate, Tue Jul 10 18:20:51 2007 UTC
# Line 127  Line 127 
127         Sys.command "ocamlfind ocamlc -o /dev/null oCaml_all.cma 2> /dev/null" = 0)         Sys.command "ocamlfind ocamlc -o /dev/null oCaml_all.cma 2> /dev/null" = 0)
128  let expat = check_feature "expat" (check_pkg "expat")  let expat = check_feature "expat" (check_pkg "expat")
129  let curl = check_feature "curl" (check_pkg "curl")  let curl = check_feature "curl" (check_pkg "curl")
130  let netclient = check_feature "curl" (check_pkg "curl")  let netclient = check_feature "netclient" (check_pkg "netclient")
131  let pxp_wlex = check_feature "pxp_wlex" (check_pkg "pxp-wlex-utf8")  let pxp_wlex = check_feature "pxp_wlex" (check_pkg "pxp-wlex-utf8")
132  let prefix = dir "prefix"  let prefix = dir "prefix"
133  let bindir = dir ~def:(prefix^"/bin") "bindir"  let bindir = dir ~def:(prefix^"/bin") "bindir"

Legend:
Removed from v.1073  
changed lines
  Added in v.1074

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5