Configure now tests gcvt() more thoroughly.
[p5sagit/p5-mst-13.2.git] / hints / sco.sh
index 307e27e..4cd15e4 100644 (file)
@@ -30,7 +30,7 @@ glibpth=`echo $glibpth | sed -e 's! /usr/lib/386 ! !' -e 's! /lib/386 ! !'`
 xlibpth=''
 
 case "$cc" in
-gcc)
+*gcc*)
        ccflags="$ccflags -U M_XENIX"
        optimize="$optimize -O2"
        ;;