diff options
-rwxr-xr-x | build/autoconf/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoconf/config.guess b/build/autoconf/config.guess index 6d5281f0..642042d4 100755 --- a/build/autoconf/config.guess +++ b/build/autoconf/config.guess @@ -736,7 +736,7 @@ EOF echo ${UNAME_MACHINE}-pc-mingw32 exit 0 ;; # Netscape's hacked uname - xx:WINNT:*) + xx:WINNT:* | xx:WIN95:*) echo i586-pc-msvc exit 0 ;; i*:PW*:*) |