summaryrefslogtreecommitdiff
path: root/hints/README.hints
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-09-10 15:43:53 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-09-10 15:43:53 +0000
commitc5884c5a7813ec61938e7953d7c507670145b965 (patch)
treee2eea3adb730203e6a826f660519cd5e62dfdc35 /hints/README.hints
parentfb752ac94711c34b81bc8339870f39dc7f0f26f1 (diff)
downloadperl-c5884c5a7813ec61938e7953d7c507670145b965.tar.gz
Callback behaviour in hints
Mon, 9 Sep 2002, Allen Smith p4raw-id: //depot/perl@17892
Diffstat (limited to 'hints/README.hints')
-rw-r--r--hints/README.hints6
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/README.hints b/hints/README.hints
index 1d0f35cccd..9b49a398bc 100644
--- a/hints/README.hints
+++ b/hints/README.hints
@@ -297,7 +297,11 @@ be circumvented by the use of "call-back units". That is, the hints
file can tuck this information away into a file UU/cc.cbu. Then,
after Configure prompts the user for the C compiler, it will load in
and run the UU/cc.cbu "call-back" unit. See hints/solaris_2.sh for an
-example.
+example. Some callbacks exist for other variables than cc, such as for
+uselongdouble. At the present time, these callbacks are only called if the
+variable in question is defined; however, this may change, so the scheme in
+hints/solaris_2.sh of checking to see if uselongdouble is defined is a good
+idea.
=item Future status