config/gmp_mpfr/gmp.in
changeset 1318 5416f4ba36bf
parent 1315 655ee0516997
child 1319 d8e8cd26eae1
     1.1 --- a/config/gmp_mpfr/gmp.in	Sat May 02 22:21:53 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     1.4 -# GMP options
     1.5 -
     1.6 -choice
     1.7 -    bool
     1.8 -    prompt "GMP version"
     1.9 -
    1.10 -config GMP_V_4_2_2
    1.11 -    bool
    1.12 -    prompt "4.2.2"
    1.13 -
    1.14 -config GMP_V_4_2_4
    1.15 -    bool
    1.16 -    prompt "4.2.4"
    1.17 -
    1.18 -# CT_INSERT_VERSION_ABOVE
    1.19 -# Don't remove above line!
    1.20 -endchoice
    1.21 -
    1.22 -config GMP_VERSION
    1.23 -    string
    1.24 -    default "4.2.2" if GMP_V_4_2_2
    1.25 -    default "4.2.4" if GMP_V_4_2_4
    1.26 -# CT_INSERT_VERSION_STRING_ABOVE
    1.27 -# Don't remove above line!
    1.28 -
    1.29 -config GMP_CHECK
    1.30 -    bool
    1.31 -    prompt "Check GMP"
    1.32 -    default y
    1.33 -    help
    1.34 -      It is highly recommended that 'make check' is run against the newly built
    1.35 -      GMP library. See http://gmplib.org/