After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 532420 - Add enable or disable boo configure flag
Add enable or disable boo configure flag
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: 1.2
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-09 22:43 UTC by Michael Monreal
Modified: 2008-06-25 19:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a boo configure flag (833 bytes, patch)
2008-06-06 19:41 UTC, Bertrand Lorentz
committed Details | Review

Description Michael Monreal 2008-05-09 22:43: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.
Comment 1 Bertrand Lorentz 2008-06-06 19:41:25 UTC
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.
Comment 2 Gabriel Burt 2008-06-24 21:55:13 UTC
Looks good, write a ChangeLog entry and commit.
Comment 3 Bertrand Lorentz 2008-06-25 19:58:26 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.