From e6955157f0d356f9f16716d05accd65a48138080 Mon Sep 17 00:00:00 2001 From: jfclere Date: Wed, 21 Nov 2001 10:47:23 +0000 Subject: Add the first elements to support AS/400 Submitted by: Henri Gomez, hgomez@slib.fr git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62532 13f79535-47bb-0310-9956-ffa450edef68 --- build/config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/config.guess') diff --git a/build/config.guess b/build/config.guess index a4d743520..32052b489 100755 --- a/build/config.guess +++ b/build/config.guess @@ -213,6 +213,9 @@ EOF *:OS390:*:* | *:OS/390:*:*) echo s390-ibm-os390 exit 0 ;; + *:OS400:*:* | *:OS/400:*:*) + echo as400-ibm-os400 + exit 0 ;; *:OS/2:*:*) echo "i386-pc-os2_emx" exit 0;; -- cgit v1.2.1