GNOME Bugzilla – Bug 675584
language-support-vala's makefile should use $(VALAC), not valac
Last modified: 2012-07-26 14:57:13 UTC
Instead of calling "valac", plugins/language-support-vala/Makefile* should use $(VALAC), which is the full path of the correct version of valac that was detected by or passed to configure. If Anjuta's configure was called with VALAC=/home/me/bin/valac-0.16, then that is the valac executable that needs to be used throughout the build process.
Created attachment 213559 [details] [review] proposed patch
Review of attachment 213559 [details] [review]: Thanks - sorry for missing the patch for so long!