config/cc/mpfr.in
changeset 466 7f9bbf94b0bb
child 467 374d5264fc18
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/cc/mpfr.in	Wed Apr 30 10:43:41 2008 +0000
     1.3 @@ -0,0 +1,32 @@
     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_0
    1.11 +    bool
    1.12 +    prompt "2.3.0"
    1.13 +
    1.14 +config MPFR_V_2_3_1
    1.15 +    bool
    1.16 +    prompt "2.3.1"
    1.17 +
    1.18 +# CT_INSERT_VERSION_ABOVE
    1.19 +# Don't remove above line!
    1.20 +endchoice
    1.21 +
    1.22 +config MPFR_VERSION
    1.23 +    string
    1.24 +    default "2.3.0" if MPFR_V_2_3_0
    1.25 +    default "2.3.1" if MPFR_V_2_3_1
    1.26 +# CT_INSERT_VERSION_STRING_ABOVE
    1.27 +# Don't remove above line!
    1.28 +
    1.29 +config MPFR_CHECK
    1.30 +    bool
    1.31 +    prompt "Check MPFR"
    1.32 +    default y
    1.33 +    help
    1.34 +      It is highly recommended that 'make check' is run against the newly built
    1.35 +      MPFR library. See http://gmplib.org/