config/gmp_mpfr/mpfr.in
changeset 634 c74132339c44
parent 467 374d5264fc18
child 902 25bd163c6886
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/gmp_mpfr/mpfr.in	Mon Jun 30 11:58:58 2008 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# GMP options
     1.5 +
     1.6 +choice
     1.7 +    bool
     1.8 +    prompt "MPFR version"
     1.9 +
    1.10 +config MPFR_V_2_3_1
    1.11 +    bool
    1.12 +    prompt "2.3.1"
    1.13 +
    1.14 +# CT_INSERT_VERSION_ABOVE
    1.15 +# Don't remove above line!
    1.16 +endchoice
    1.17 +
    1.18 +config MPFR_VERSION
    1.19 +    string
    1.20 +    default "2.3.1" if MPFR_V_2_3_1
    1.21 +# CT_INSERT_VERSION_STRING_ABOVE
    1.22 +# Don't remove above line!
    1.23 +
    1.24 +config MPFR_CHECK
    1.25 +    bool
    1.26 +    prompt "Check MPFR"
    1.27 +    default y
    1.28 +    help
    1.29 +      It is highly recommended that 'make check' is run against the newly built
    1.30 +      MPFR library. See http://gmplib.org/