use MPFR_VER in MPFR_URL

From: Alam Arias <Alam.GBC@gmail.com>
This commit is contained in:
Sven Peter 2010-02-25 19:48:35 +01:00
parent 4a9e168ee1
commit dadadfcdcc

View File

@ -19,7 +19,7 @@ GMP_URI="http://ftp.gnu.org/gnu/gmp/$GMP_TARBALL"
MPFR_VER=2.4.2
MPFR_DIR="mpfr-$MPFR_VER"
MPFR_TARBALL="mpfr-$MPFR_VER.tar.bz2"
MPFR_URI="http://www.mpfr.org/mpfr-current/$MPFR_TARBALL"
MPFR_URI="http://www.mpfr.org/mpfr-$MPFR_VER/$MPFR_TARBALL"
GCC_VER=4.4.0
GCC_DIR="gcc-$GCC_VER"