scripts/build/internals.sh
changeset 1495 2542421e3321
parent 1493 0dce3a3986a1
child 1503 7dcef3fb5e8f
     1.1 --- a/scripts/build/internals.sh	Sun Aug 30 00:27:12 2009 +0200
     1.2 +++ b/scripts/build/internals.sh	Sun Aug 30 00:57:40 2009 +0200
     1.3 @@ -41,8 +41,7 @@
     1.4  
     1.5      # If using the companion libraries, we need a wrapper
     1.6      # that will set LD_LIBRARY_PATH approriately
     1.7 -    if [    "${CT_GMP_MPFR}" = "y"      \
     1.8 -         -o "${CT_PPL_CLOOG_MPC}" = "y" ]; then
     1.9 +    if [ "${CT_WRAPPER_NEEDED}" = "y" ]; then
    1.10          CT_DoLog EXTRA "Installing toolchain wrappers"
    1.11          CT_Pushd "${CT_PREFIX_DIR}/bin"
    1.12