summaryrefslogtreecommitdiff
path: root/source3/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'source3/config.guess')
-rwxr-xr-xsource3/config.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/config.guess b/source3/config.guess
index 695867b068..9161c8a573 100755
--- a/source3/config.guess
+++ b/source3/config.guess
@@ -428,9 +428,9 @@ EOF
echo ${UNAME_MACHINE}-unknown-sysv32
fi
exit 0 ;;
- *:UnixWare:*:*)
- echo ${UNAME_MACHINE}-UnixWare-sysv${UNAME_RELEASE}
- exit 0 ;;
+ *:UnixWare:*:* | *:OpenUNIX:*:*)
+ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}
+ exit 0 ;;
Intel:Mach:3*:*)
echo i386-unknown-mach3
exit 0 ;;