diff -r 0cbd1eb86f68 -r 71241c4f09e1 scripts/showSamples.sh --- a/scripts/showSamples.sh Tue Jul 29 16:48:20 2008 +0000 +++ b/scripts/showSamples.sh Mon Aug 25 21:42:34 2008 +0000 @@ -30,6 +30,9 @@ echo ")" if [ ${verbose} -ne 0 ]; then echo " OS : ${CT_KERNEL}-${CT_KERNEL_VERSION}" + if [ "${CT_GMP_MPFR}" = "y" ]; then + echo " GMP/MPFR : gmp-${CT_GMP_VERSION} / mpfr-${CT_MPFR_VERSION}" + fi echo " binutils : binutils-${CT_BINUTILS_VERSION}" printf " C compiler: ${CT_CC}-${CT_CC_VERSION} (C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ",C++"