# HG changeset patch # User Bryan Hundven # Date 1291917286 -3600 # Node ID 5aa0516d6738b42adbfce47e893c936659c3d58b # Parent b268256e4a08715d3d37f512318600fc9ef71fb6 complibs: do not prompt for shared libs if static selected If the global static toolchain option is selected, then do not prompt the user whether to build shared companion libraries. Signed-off-by: "Bryan Hundven" Signed-off-by: "Yann E. MORIN" diff -r b268256e4a08 -r 5aa0516d6738 config/companion_libs.in --- a/config/companion_libs.in Thu Dec 09 18:54:37 2010 +0100 +++ b/config/companion_libs.in Thu Dec 09 18:54:46 2010 +0100 @@ -141,6 +141,7 @@ prompt "Build shared companion libraries" default n depends on COMPLIBS + depends on ! STATIC_TOOLCHAIN select WRAPPER_NEEDED help By default, the companion libraries will be build static. If you want to