comparison configure @ 10157:e21bdbee4de2

Make configure run even on non POSIX compliant shells (Solaris). Patch by Gtz Waschk <waschk@informatik.uni-rostock.de>.
author diego
date Fri, 23 May 2003 00:24:28 +0000
parents 6d8b61cc7003
children 3de6f1bcbc1a
comparison
equal deleted inserted replaced
10156:eafe9a587896 10157:e21bdbee4de2
867 if test -n "$cpu750"; then 867 if test -n "$cpu750"; then
868 _march='-mcpu=750' 868 _march='-mcpu=750'
869 _mcpu='-mtune=750' 869 _mcpu='-mtune=750'
870 fi 870 fi
871 if darwin ; then 871 if darwin ; then
872 if [[ $(sysctl -n hw.vectorunit) == 1 ]]; then 872 if [[ `sysctl -n hw.vectorunit` == 1 ]]; then
873 _altivec=yes 873 _altivec=yes
874 fi 874 fi
875 fi 875 fi
876 ;; 876 ;;
877 877