Bugzilla – Bug 325149
multiple issues with configure.in/configure script
Last modified: 2007-12-18 19:57:44 UTC
---- Reported by jurek@gentoo.org 2007-08-18 22:08:58 MST ---- There are some issues with the configure/configure.in script that should be addressed: 1. some options seem to be ignored, e.g. --disable-update-desktopdb doesn't affect checking for update-desktop-database during configure 2. some configure checks are not strict, e.g. passing --with-boo doesn't result in failure when boo is actually not being found. 3. seamonkey is not being taken under consideration when setting MOZILLA_HOME a patch will follow ---- Additional Comments From jurek@gentoo.org 2007-08-18 22:10:16 MST ---- Created an attachment (id=172513) a patch addressing aforementioned issues Imported an attachment (id=172513) Unknown version "0.15 in product Mono Develop . Setting version to "0.7". Unknown operating system unknown. Setting to default OS "Other".
Sorry for the delay in applying this. Marking as fixed, as pretty much everything is effectively fixed in SVN already: * The boo and nemerle bindings have their own separate configure scripts. * The disable-update-desktopdb etc checks were fixed for the Mac compatibility changes. * The Mozilla hunting code has been rewritten, and MD core no longer depends on Mozilla.