scripts/build/companion_libs/mpfr.sh
changeset 1808 a1370757e6a1
parent 1797 42c618ca576e
child 1809 b488b4815f9b
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Wed Feb 03 00:24:24 2010 +0100
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Wed Feb 17 23:47:47 2010 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  do_mpfr_target() { :; }
     1.5  
     1.6  # Overide function depending on configuration
     1.7 -if [ "${CT_GMP_MPFR}" = "y" ]; then
     1.8 +if [ "${CT_MPFR}" = "y" ]; then
     1.9  
    1.10  # Download MPFR
    1.11  do_mpfr_get() {
    1.12 @@ -145,6 +145,6 @@
    1.13      CT_EndStep
    1.14  }
    1.15  
    1.16 -fi # CT_GMP_MPFR_TARGET == y
    1.17 +fi # CT_COMP_LIBS_TARGET == y
    1.18  
    1.19 -fi # CT_GMP_MPFR == y
    1.20 +fi # CT_MPFR == y