p4raw-id: //depot/perl@6997
case `$cc -v 2>&1`"" in
*gcc*) ccisgcc="$define" ;;
-*) ccisgcc='' ;;
- ccversion=`which cc | xargs what | grep Compiler | awk '{print $2}'` ;;
+*) ccisgcc=''
+ ccversion=`which cc | xargs what | grep Compiler | awk '{print $2}'`
+ ;;
esac
# Determine the architecture type of this system.