Show "C" in the list of languages at the end of configure
If C module wasn't disabled, show that the tests and examples will be available for it too.
This commit is contained in:
parent
55741f9e31
commit
fe5f367709
1 changed files with 1 additions and 0 deletions
|
|
@ -2872,6 +2872,7 @@ EOF
|
|||
AC_OUTPUT
|
||||
|
||||
langs=""
|
||||
test -n "$SKIP_C" || langs="${langs}c "
|
||||
test -n "$SKIP_CSHARP" || langs="${langs}csharp "
|
||||
test -n "$SKIP_D" || langs="${langs}d "
|
||||
test -n "$SKIP_GO" || langs="${langs}go "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue