configure
changeset 1959 a86d3c6ad7fe
parent 1957 0b638721bff2
child 1962 88fa6f1df207
     1.1 --- a/configure	Mon May 17 11:29:26 2010 +0200
     1.2 +++ b/configure	Mon May 17 12:23:24 2010 +0200
     1.3 @@ -160,7 +160,7 @@
     1.4                  printf "Checking for '${item}'... "
     1.5                  where="$( gcc -print-file-name="${item}" )"
     1.6                  if [ "${where}" != "${item}" ]; then
     1.7 -                    where="$( readlink -e "${where}" )"
     1.8 +                    where="$( readlink "${where}" )"
     1.9                      status=yes
    1.10                      break;
    1.11                  fi