config/cc/gmp.in
changeset 466 7f9bbf94b0bb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/cc/gmp.in	Wed Apr 30 10:43:41 2008 +0000
     1.3 @@ -0,0 +1,27 @@
     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 +# CT_INSERT_VERSION_ABOVE
    1.15 +# Don't remove above line!
    1.16 +endchoice
    1.17 +
    1.18 +config GMP_VERSION
    1.19 +    string
    1.20 +    default "4.2.2" if GMP_V_4_2_2
    1.21 +# CT_INSERT_VERSION_STRING_ABOVE
    1.22 +# Don't remove above line!
    1.23 +
    1.24 +config GMP_CHECK
    1.25 +    bool
    1.26 +    prompt "Check GMP"
    1.27 +    default y
    1.28 +    help
    1.29 +      It is highly recommended that 'make check' is run against the newly built
    1.30 +      GMP library. See http://gmplib.org/