Skip to content

Changed behaviour of configure test for valac from warning to error if missing.

Felix Häcker requested to merge phogar:master into master

Created by: phogar

I've added an AC_ERROR message in the action-if-not-found argument for the valac test. This will end the configure script with an error message complaining about a missing vala compiler. It's a cleaner way as gradio compile process seems to depend on it.

Merge request reports