summaryrefslogtreecommitdiff
path: root/scripts/build/mpfr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/mpfr.sh')
-rw-r--r--scripts/build/mpfr.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh
index a7c6d72..0d865f8 100644
--- a/scripts/build/mpfr.sh
+++ b/scripts/build/mpfr.sh
@@ -2,7 +2,6 @@
# Copyright 2008 Yann E. MORIN
# Licensed under the GPL v2. See COPYING in the root of this package
-do_print_filename() { :; }
do_mpfr_get() { :; }
do_mpfr_extract() { :; }
do_mpfr() { :; }
@@ -11,11 +10,6 @@ do_mpfr_target() { :; }
# Overide function depending on configuration
if [ "${CT_GMP_MPFR}" = "y" ]; then
-do_print_filename() {
- [ "${CT_GMP_MPFR}" = "y" ] || return 0
- echo "mpfr-${CT_MPFR_VERSION}"
-}
-
# Download MPFR
do_mpfr_get() {
CT_GetFile "${CT_MPFR_FILE}" http://www.mpfr.org/mpfr-current/ \