X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=bc5c59d5f1c381145880ee59257072187c84c708;hb=0a47030adea6675ff2e866534b32d11b2531fe9e;hp=a436259e1c92ba3fcfb5fcc8b23b8e961ed05bac;hpb=3eaeeeae9d96dd91de8e0f0dfa4473b80e4ef490;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index a436259..bc5c59d 100755 --- a/Configure +++ b/Configure @@ -1956,7 +1956,7 @@ EOM $test -d /usr/apollo/bin && osname=apollo $test -f /etc/saf/_sactab && osname=svr4 $test -d /usr/include/minix && osname=minix - if $test -d /MachTen; then + if $test -d /MachTen -o -d /MachTen_Folder; then osname=machten if $test -x /sbin/version; then osvers=`/sbin/version | $awk '{print $2}' |