Allow s{GM,LOCAL)TIME_{min,max} to be set from CLI, Policy.sh and hints
[p5sagit/p5-mst-13.2.git] / hints / dos_djgpp.sh
index d2d0874..2b032cd 100644 (file)
@@ -40,8 +40,8 @@ startperl='#!perl'
 
 case "X$optimize" in
   X)
-       case "`gcc -v 2>&1|grep "gcc version"` in
-       "gcc version 3.*")
+       case `gcc -v 2>&1|grep "gcc version"` in
+       "gcc version 3."*)
          optimize="-O2 -falign-loops=2 -falign-jumps=2 -falign-functions=2" ;;
        *)
          optimize="-O2 -malign-loops=2 -malign-jumps=2 -malign-functions=2" ;;