diff --git a/build/autoconf/config.guess b/build/autoconf/config.guess index 0917917b1ee9..ad54b2fc25a9 100755 --- a/build/autoconf/config.guess +++ b/build/autoconf/config.guess @@ -638,6 +638,11 @@ EOF # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit 0 ;; + i?86:UnixWare:*:*) + # Unixware 7 is the first attempt at a useful OS description. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}