Add DB_File hint for SCO ODT.
[p5sagit/p5-mst-13.2.git] / hints / svr5.sh
index 476f2cf..44c03c9 100644 (file)
@@ -1,24 +1,19 @@
 # svr5 hints, System V Release 5.x
 # Last modified 1999/09/21 by Boyd Gerber, gerberb@zenez.com
-# with changes from Mike Hopkirk hops@sco.com
 
 # Use Configure -Dcc=gcc to use gcc.
 case "$cc" in
 '') cc='/bin/cc'
     test -f $cc || cc='/usr/ccs/bin/cc'
     ;;
-*gcc*)
-    # "$gccversion" not set yet
-    vers=`gcc -v 2>&1 | sed -n -e 's@.*version \([^ ][^ ]*\) .*@\1@p'`
-    case $vers in
-    *2.95*)
+  *)
+    case "$gccversion" in
+      *2.95*) 
         ccflags='-fno-strict-aliasing'
-        # If it coredumps when running miniperl with the above switch on
-        # try instead without optimisation.
-        # optimize=' '
-        ;;
+      ;;
+      *);;
     esac
-    ;;
+  ;;
 esac
 
 # want_ucb=''