2008-04-30 10:43:41 +00:00
|
|
|
# GMP options
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "MPFR version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2008-04-30 10:43:41 +00:00
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config MPFR_V_2_4_1
|
2008-10-05 12:32:42 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "2.4.1"
|
2008-10-05 12:32:42 +00:00
|
|
|
|
2009-02-02 21:09:42 +00:00
|
|
|
config MPFR_V_2_4_0
|
|
|
|
bool
|
2009-03-08 17:27:02 +00:00
|
|
|
prompt "2.4.0"
|
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config MPFR_V_2_3_2
|
2009-03-08 17:27:02 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "2.3.2"
|
|
|
|
|
|
|
|
config MPFR_V_2_3_1
|
|
|
|
bool
|
|
|
|
prompt "2.3.1"
|
2009-02-02 21:09:42 +00:00
|
|
|
|
2008-04-30 10:43:41 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config MPFR_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2009-03-08 17:27:02 +00:00
|
|
|
default "2.4.1" if MPFR_V_2_4_1
|
2009-09-13 15:51:33 +00:00
|
|
|
default "2.4.0" if MPFR_V_2_4_0
|
|
|
|
default "2.3.2" if MPFR_V_2_3_2
|
|
|
|
default "2.3.1" if MPFR_V_2_3_1
|