Automated update

This commit is contained in:
leaf%mozilla.org 2000-05-30 23:30:08 +00:00
parent f9829d05b7
commit 108be929f1

2
configure vendored
View File

@ -3899,7 +3899,7 @@ if test -n "$CROSS_COMPILE"; then
openvms*) OS_TARGET=`uname -s`
OS_ARCH=`uname -s | sed -e 's|/|_|g'`
OS_RELEASE=`uname -r`
OS_TEST=`uname -m`;;
OS_TEST=`uname -Wh`;;
esac
else
OS_TARGET=`uname -s`