# HG changeset patch # User "Yann E. MORIN" # Date 1284074186 -7200 # Node ID ea11e149ec2394d1d54b32d0940277064e2b9807 # Parent 48de021b3a9eed429e5f48db0ff63dcd36d72178 complibs: fix dependencies Signed-off-by: "Yann E. MORIN" diff -r 48de021b3a9e -r ea11e149ec23 config/companion_libs.in --- a/config/companion_libs.in Sun Sep 12 23:38:18 2010 +0200 +++ b/config/companion_libs.in Fri Sep 10 01:16:26 2010 +0200 @@ -4,8 +4,6 @@ menu "Companion libraries" -comment "FIXME: check real dependencies!!!" - config COMPLIBS bool default n @@ -26,13 +24,11 @@ config PPL bool select GMP - select MPFR select COMPLIBS config CLOOG bool select GMP - select MPFR select PPL select COMPLIBS @@ -40,8 +36,6 @@ bool select GMP select MPFR - select PPL - select CLOOG select COMPLIBS config LIBELF