summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-02-19 03:55:36 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-20 14:56:55 +0000
commitaade5aff4d4ca48f8b8ad56cbcbd37531afa2401 (patch)
treee3741f6dc75f91375c767070b1e2b0d0324c771c /hints/aix.sh
parenteade9b7139927966a87970564990ef3670609a0a (diff)
downloadperl-aade5aff4d4ca48f8b8ad56cbcbd37531afa2401.tar.gz
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 2d2468a337..53af9f5b78 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -475,18 +475,6 @@ EOM
esac
EOCBU
-cat > UU/uselongdouble.cbu <<'EOCBU'
-# This script UU/uselongdouble.cbu will get 'called-back' by Configure
-# after it has prompted the user for whether to use long doubles.
-case "$uselongdouble" in
-$define|true|[yY]*)
- # -qlongdouble for cc taken out on 20010522 cause it
- # causes more trouble than it does any good --hmb
- d_Gconvert='sprintf((b),"%.*llg",((int)(n)),(x))'
- ;;
-esac
-EOCBU
-
if test $usenativedlopen = 'true'
then
ccflags="$ccflags -DUSE_NATIVE_DLOPEN"