X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config;h=8e71b9b9c7a4254fd0e3d021bb07f63b23ecdb45;hb=c8cda405e7332f51ef224811bb8e63a92a6d8d5d;hp=910c97facebca771ba22ff0915c7beb3dab9e5ab;hpb=72660f5f15fcd71215193f993dd95da0d130168a;p=oweals%2Fopenssl.git diff --git a/config b/config index 910c97face..8e71b9b9c7 100755 --- a/config +++ b/config @@ -71,6 +71,10 @@ fi # Now we simply scan though... In most cases, the SYSTEM info is enough # case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in + MPE/iX:*) + MACHINE=`echo "$MACHINE" | sed -e 's/-/_/g'` + echo "parisc-hp-MPE/iX"; exit 0 + ;; A/UX:*) echo "m68k-apple-aux3"; exit 0 ;; @@ -553,7 +557,7 @@ OUT="$PREFIX$OUT" $PERL ./Configure LIST | grep "$OUT" > /dev/null if [ $? = "0" ]; then - #echo Configuring for $OUT + echo Configuring for $OUT if [ "$TEST" = "true" ]; then echo $PERL ./Configure $OUT $options