summaryrefslogtreecommitdiff
path: root/hints/aix.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-30 13:08:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-30 13:08:25 +0000
commit9c55cb5993369dcce3cc192d35605d25b4a3b8df (patch)
treee7a58b4c60bb4f01cddae1adcad3a72ba198ce34 /hints/aix.sh
parent535acd0f3a0f42d4e249ba3d8b9709a328a8e6be (diff)
downloadperl-9c55cb5993369dcce3cc192d35605d25b4a3b8df.tar.gz
In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
the Configure library symbol probe mysteriously finds all symbols but those of pipe() and times(). p4raw-id: //depot/perl@11042
Diffstat (limited to 'hints/aix.sh')
-rw-r--r--hints/aix.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 1c2d7a24fb..b6373911de 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -351,6 +351,11 @@ EOM
exit 1
;;
esac
+ # XXX In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
+ # the Configure library symbol probe mysteriously finds all
+ # symbols but these two --jhi XXX
+ d_pipe='define'
+ d_times='define'
;;
esac
EOCBU