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:
Vadim Zeitlin 2019-07-24 20:35:42 +02:00
commit fe5f367709

View file

@ -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 "