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
872a4623
Commit
872a4623
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-04-20 22:27:57 by afrisch] typo
Original author: afrisch Date: 2004-04-20 22:27:57+00:00
parent
65c0c8c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ml
View file @
872a4623
...
...
@@ -119,7 +119,7 @@ let dir ?def d =
let
native
=
check_feature
"ocamlopt"
(
fun
()
->
Sys
.
command
"ocamlfind ocamlopt 2
&
> /dev/null"
=
0
)
(
fun
()
->
Sys
.
command
"ocamlfind ocamlopt 2> /dev/null"
=
0
)
let
ml_interface
=
check_feature
"mliface"
(
fun
()
->
Sys
.
file_exists
"oCaml_all.cma"
)
let
expat
=
check_feature
"expat"
(
check_pkg
"expat"
)
let
curl
=
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