GNOME Bugzilla – Bug 406341
[configure] Don't stop build if runtime-dependencies are not available
Last modified: 2007-02-18 14:47:09 UTC
Currently configure.ac is checking for a lot of dependencies which are not build dependencies but runtime-dependencies. We should no longer raise errors when configure doesn't find some dependencies at build time, but only warning. All runtime-dependencies should be checked for in pitivi/check.py instead.
2007-02-18 Edward Hervey <edward@fluendo.com> * configure.ac: Removed checking for runtime-dependencies. Maintainers should make sure they are correctly set when packaging. Fixes #406341