GNOME Bugzilla – Bug 532420
Add enable or disable boo configure flag
Last modified: 2008-06-25 19:58:26 UTC
Right now the boo extension is build when boo is found during configure. There is no way to disable it (other than removing boo), which can cause problems when building packages for distributions: if a package is build without boo and rebuild on a system which has boo, the build will most likely break because the system does not expect the boo extension's dll to be there.
Created attachment 112292 [details] [review] Add a boo configure flag This patch enables boo by default and adds a --disable-boo flag. If boo is not present and you don't pass --disable-boo to configure, it will fail.
Looks good, write a ChangeLog entry and commit.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.