GNOME Bugzilla – Bug 358247
configure.in no longer check for mcs
Last modified: 2006-10-31 13:20:22 UTC
In order to compile up-to-date cvs, you now need both mcs and gmcs (gmcs is used in src, mcs is used elsewhere). But the autogen and configure scripts only looks for gmcs. Fix this either by checking the presence of both mcs and gmcs or, even better, switch to use gmcs everywhere. see bug #346977 for that.
How is this critical? I did the partial swtich to see who started to complain about the change, and because of ubuntu restrictions it looks like a switch to gmcs might have to wait a little while so I'll be reverting the switch soon.
Now, with the dependency to the managed dbus implementation, we probably won't revert to mcs... Can I fix bug #346977 and this one ?
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.