config/gmp_mpfr/mpfr.in
changeset 1318 5416f4ba36bf
parent 1315 655ee0516997
child 1319 d8e8cd26eae1
     1.1 --- a/config/gmp_mpfr/mpfr.in	Sat May 02 22:21:53 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,42 +0,0 @@
     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 -config MPFR_V_2_3_2
    1.15 -    bool
    1.16 -    prompt "2.3.2"
    1.17 -
    1.18 -config MPFR_V_2_4_0
    1.19 -    bool
    1.20 -    prompt "2.4.0"
    1.21 -
    1.22 -config MPFR_V_2_4_1
    1.23 -    bool
    1.24 -    prompt "2.4.1"
    1.25 -
    1.26 -# CT_INSERT_VERSION_ABOVE
    1.27 -# Don't remove above line!
    1.28 -endchoice
    1.29 -
    1.30 -config MPFR_VERSION
    1.31 -    string
    1.32 -    default "2.3.1" if MPFR_V_2_3_1
    1.33 -    default "2.3.2" if MPFR_V_2_3_2
    1.34 -    default "2.4.0" if MPFR_V_2_4_0
    1.35 -    default "2.4.1" if MPFR_V_2_4_1
    1.36 -# CT_INSERT_VERSION_STRING_ABOVE
    1.37 -# Don't remove above line!
    1.38 -
    1.39 -config MPFR_CHECK
    1.40 -    bool
    1.41 -    prompt "Check MPFR"
    1.42 -    default y
    1.43 -    help
    1.44 -      It is highly recommended that 'make check' is run against the newly built
    1.45 -      MPFR library. See http://gmplib.org/