Make -Dusemorebits find long doubles in Solaris.
Jarkko Hietaniemi [Thu, 31 Aug 2000 14:30:57 +0000 (14:30 +0000)]
p4raw-id: //depot/perl@6943

hints/solaris_2.sh

index bf2f195..cb54a08 100644 (file)
@@ -390,6 +390,14 @@ libswanted_uselargefiles="`getconf LFS_LIBS 2>/dev/null|sed -e 's@^-l@@' -e 's@
 esac
 EOCBU
 
+# This is truly a mess.
+case "$usemorebits" in
+"$define"|true|[yY]*)
+       use64bitint="$define"    
+       uselongdouble="$define"    
+       ;;
+esac
+
 cat > UU/use64bitint.cbu <<'EOCBU'
 # This script UU/use64bitint.cbu will get 'called-back' by Configure 
 # after it has prompted the user for whether to use 64 bit integers.