diff -r 42c618ca576e -r a1370757e6a1 scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Wed Feb 03 00:24:24 2010 +0100 +++ b/scripts/build/companion_libs/mpfr.sh Wed Feb 17 23:47:47 2010 +0100 @@ -8,7 +8,7 @@ do_mpfr_target() { :; } # Overide function depending on configuration -if [ "${CT_GMP_MPFR}" = "y" ]; then +if [ "${CT_MPFR}" = "y" ]; then # Download MPFR do_mpfr_get() { @@ -145,6 +145,6 @@ CT_EndStep } -fi # CT_GMP_MPFR_TARGET == y +fi # CT_COMP_LIBS_TARGET == y -fi # CT_GMP_MPFR == y +fi # CT_MPFR == y