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
ea45944e
Commit
ea45944e
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-05-05 19:15:46 by beppe] Empty log message
Original author: beppe Date: 2004-05-05 19:15:46+00:00
parent
995c2118
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ml
View file @
ea45944e
...
...
@@ -25,7 +25,7 @@ Optional features:
netclient support for the netclient library
OCaml/CDuce interface:
--mliface=DIR build the interface
--mliface=DIR build the interface
with the OCaml sources in DIR
Installation directories:
--prefix=PREFIX install files in PREFIX [/usr/local]
...
...
@@ -189,7 +189,8 @@ let ml_interface =
(
print
"ok'
\n
"
;
`tree
dir
)
else
(
print
"not found
\n
"
;
fatal
(
"Cannot find ocaml compiler compiled modules, eg:"
^
file
))
fatal
(
"Cannot find ocaml compiler compiled modules, eg: "
^
file
^
"
\n
*** try configure with the option --mliface=DIR"
))
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