1 | 53c53 |
---|
2 | < --disable-cxx --enable-shared --enable-static \ |
---|
3 | --- |
---|
4 | > --disable-cxx --disable-hl --enable-shared --enable-static \ |
---|
5 | 60c60 |
---|
6 | < default_variants +cxx |
---|
7 | --- |
---|
8 | > default_variants +cxx +hl |
---|
9 | 103a104,111 |
---|
10 | > variant hl description { |
---|
11 | > Enable High Level interfance. |
---|
12 | > +hl is EXPERIMENTAL with +threadsafe |
---|
13 | > } { |
---|
14 | > configure.args-delete --disable-hl |
---|
15 | > configure.args-append --enable-hl |
---|
16 | > } |
---|
17 | > |
---|
18 | 138c146 |
---|
19 | < configure.args-append --enable-threadsafe --with-pthread --disable-hl |
---|
20 | --- |
---|
21 | > configure.args-append --enable-threadsafe --with-pthread |
---|
22 | 141a150 |
---|
23 | > [ variant_isset hl ] || |
---|