Properly detect OS_ARCH when building on Win32 ME.

Bug #180822 r=dmose,wtc


git-svn-id: svn://10.0.0.236/trunk@134360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-11-23 05:57:40 +00:00
parent 1851e5c13a
commit dd588cc9d5
2 changed files with 377 additions and 383 deletions

755
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -550,10 +550,7 @@ elif test "$OS_ARCH" = 'Windows_95'; then
elif test "$OS_ARCH" = 'Windows_98'; then
OS_ARCH=Windows_NT
OS_TARGET=WIN95
elif test "$OS_ARCH" = "CYGWIN_95-4.0"; then
OS_ARCH='CYGWIN_NT-4.0'
OS_TARGET=WIN95
elif test "$OS_ARCH" = "CYGWIN_98-4.10"; then
elif test "`echo $OS_ARCH | egrep -c ^'(CYGWIN_9|CYGWIN_ME)' 2>/dev/null`" != 0; then
OS_ARCH='CYGWIN_NT-4.0'
OS_TARGET=WIN95
elif test "$OS_ARCH" = "OS_2"; then