config parser works
This commit is contained in:
parent
df0b72235f
commit
f03f91f917
4 changed files with 65 additions and 14 deletions
|
@ -27,15 +27,15 @@ flags:
|
|||
https:
|
||||
description: Build with https support
|
||||
manual: true
|
||||
default: false
|
||||
default: true
|
||||
fast-cgi:
|
||||
description: Build with fastcgi support -- this depends on the fcgi c library
|
||||
manual: true
|
||||
default: false
|
||||
default: true
|
||||
cgi:
|
||||
description: Build with cgi support
|
||||
manual: true
|
||||
default: false
|
||||
default: true
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue