query
On this page

withFeature

lib.strings.withFeature

Docs pulled from | This Revision | 9 minutes ago


Create an --{with,without}- string that can be passed to standard GNU Autoconf scripts.

Inputs

flag

1. Function argument

feature

2. Function argument

Examples

withFeature usage example

withFeature true "shared"
=> "--with-shared"
withFeature false "shared"
=> "--without-shared"

Noogle also knows

Aliases