*BIG* verify code reorganisation.
[oweals/openssl.git] / config
diff --git a/config b/config
index cf48abc6d1a9fe09c65d8317c8ab214cec2643c5..af0686dff0cb911c52b0e542088e46eb6c501ad1 100755 (executable)
--- a/config
+++ b/config
@@ -181,6 +181,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
 
     QNX:*)
        case "$VERSION" in
+           425)
+               echo "${MACHINE}-qssl-qnx4"
+               ;;
            423)
                echo "${MACHINE}-qssl-qnx32"
                ;;
@@ -559,7 +562,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