diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 22:58:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 22:58:41 +0000 |
commit | d301c14b13314ce20f629e7a1693e16350c689ec (patch) | |
tree | a07edaa0e2f6a6a8f8da1c65d0d95c88af38b6fb /hints | |
parent | 6cde8aec263d8ab48123df551ae6f5c9239498de (diff) | |
download | perl-d301c14b13314ce20f629e7a1693e16350c689ec.tar.gz |
Retract #10142, the real culprit found by Richard Hatch,
coming soon to Configure near you.
p4raw-id: //depot/perl@11114
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 60c9fe0d64..10d5d64bc8 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -351,11 +351,6 @@ 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 |