Also the 64bitall hints can be either here or there.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Nov 2000 13:59:04 +0000 (13:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Nov 2000 13:59:04 +0000 (13:59 +0000)
p4raw-id: //depot/perl@7722

hints/solaris_2.sh

index adb20a1..4b917f5 100644 (file)
@@ -478,7 +478,15 @@ EOCBU
 # because we need to fix up things right now.
 case "$use64bitall" in
 "$define"|true|[yY]*)
-       . ./UU/use64bitall.cbu
+        # Need to be double smart because we can be either here or there.
+       if test -f UU/use64bitall.cbu; then
+               . ./UU/use64bitall.cbu
+       else
+               if test -f use64bitall.cbu; then
+                       . ./use64bitall.cbu
+               fi
+       fi
+       ;;
        ;;
 esac