Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
ece90d2d
Commit
ece90d2d
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-04-20 22:45:14 by afrisch] Empty log message
Original author: afrisch Date: 2004-04-20 22:45:14+00:00
parent
ffd89bd0
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ml
View file @
ece90d2d
...
...
@@ -121,7 +121,10 @@ let dir ?def d =
let
native
=
check_feature
"ocamlopt"
(
fun
()
->
Sys
.
command
"ocamlfind ocamlopt 2> /dev/null"
=
0
)
let
ml_interface
=
check_feature
"mliface"
(
fun
()
->
Sys
.
file_exists
"oCaml_all.cma"
)
let
ml_interface
=
check_feature
"mliface"
(
fun
()
->
Sys
.
command
"ocamlfind ocamlc -o /dev/null oCaml_all.cma 2> /dev/null"
=
0
)
let
expat
=
check_feature
"expat"
(
check_pkg
"expat"
)
let
curl
=
check_feature
"curl"
(
check_pkg
"curl"
)
let
netclient
=
check_feature
"curl"
(
check_pkg
"curl"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment