diff options
author | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 1999-08-28 08:05:45 +0000 |
---|---|---|
committer | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 1999-08-28 08:05:45 +0000 |
commit | 3561ddee6e881aa85da9a60e55a914d9bc80e033 (patch) | |
tree | eb581be4d86d6d1eded57ed2319a1e06db8f35c8 /config.guess | |
parent | d70e0af88da2d612572dacb2dbbe8b84dc5ba8db (diff) | |
download | libapr-3561ddee6e881aa85da9a60e55a914d9bc80e033.tar.gz |
Fix build of APR on OS/2
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 88ada08f5..179fd3647 100755 --- a/config.guess +++ b/config.guess @@ -938,6 +938,9 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; + *:OS/2:*:*) + echo "i386-pc-os2_emx" + exit 0;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |