Remove obsolete MPFR version, as it is no longer available for download.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 30 10:47:49 2008 +0000 (2008-04-30)
changeset 467374d5264fc18
parent 466 7f9bbf94b0bb
child 468 c310ff1d697f
Remove obsolete MPFR version, as it is no longer available for download.

/trunk/config/cc/mpfr.in | 5 0 5 0 -----
1 file changed, 5 deletions(-)
config/cc/mpfr.in
     1.1 --- a/config/cc/mpfr.in	Wed Apr 30 10:43:41 2008 +0000
     1.2 +++ b/config/cc/mpfr.in	Wed Apr 30 10:47:49 2008 +0000
     1.3 @@ -4,10 +4,6 @@
     1.4      bool
     1.5      prompt "MPFR version"
     1.6  
     1.7 -config MPFR_V_2_3_0
     1.8 -    bool
     1.9 -    prompt "2.3.0"
    1.10 -
    1.11  config MPFR_V_2_3_1
    1.12      bool
    1.13      prompt "2.3.1"
    1.14 @@ -18,7 +14,6 @@
    1.15  
    1.16  config MPFR_VERSION
    1.17      string
    1.18 -    default "2.3.0" if MPFR_V_2_3_0
    1.19      default "2.3.1" if MPFR_V_2_3_1
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!