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
3cc04d15
Commit
3cc04d15
authored
Feb 17, 2008
by
Giuseppe Castagna
Browse files
Passed cgi from disable to autodetected
parent
fef7b6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ml
View file @
3cc04d15
...
...
@@ -29,7 +29,7 @@ Optional features:
expat support for the expat XML parser
curl support for the libcurl library
netclient support for the netclient library
cgi support for the cgi library
[default: false]
cgi support for the cgi library
OCaml/CDuce interface:
--mliface=DIR build the interface with the OCaml sources in DIR
...
...
@@ -55,7 +55,7 @@ let features =
"expat"
,
ref
`auto
;
"curl"
,
ref
`auto
;
"netclient"
,
ref
`auto
;
"cgi"
,
ref
`
n
o
;
"cgi"
,
ref
`
aut
o
;
"pxp_wlex"
,
ref
`no
]
let
vars
=
...
...
@@ -244,7 +244,7 @@ let pxp,expat =
let
cgi
=
if
not
(
cgi
)
then
(
warning
"No package
to build
dtd2cduce and the web interface"
;
(
warning
"No
cgi
package
found:
dtd2cduce and the web interface
won't be built
"
;
false
)
else
true
...
...
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