summaryrefslogtreecommitdiffstats
path: root/source/config.guess
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-11 02:02:45 +0000
committerJeremy Allison <jra@samba.org>2001-04-11 02:02:45 +0000
commit144a2906810e8d4414d627835eb80f60bd1d88a4 (patch)
tree5e2da752bc81ebc1f5569869188c0ee074dda1ad /source/config.guess
parentcda0f211b0dd41ae72ef3d65b9476c11c6f72de3 (diff)
downloadsamba-144a2906810e8d4414d627835eb80f60bd1d88a4.tar.gz
samba-144a2906810e8d4414d627835eb80f60bd1d88a4.tar.xz
samba-144a2906810e8d4414d627835eb80f60bd1d88a4.zip
Changed the order of -kPIC and -kpic.
Added patch from Michael Davidson <md@sco.COM> for Solaris/Unixware ACLS. Jeremy.
Diffstat (limited to 'source/config.guess')
-rwxr-xr-xsource/config.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/config.guess b/source/config.guess
index 695867b068e..9161c8a573a 100755
--- a/source/config.guess
+++ b/source/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 ;;