diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-10 11:45:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-10 11:45:14 +0000 |
commit | 12c96c393eac5d0722635cf99b43c70ea115e534 (patch) | |
tree | 486c42c4603ea29d832ed67729cd7301a120d3ff /hints/aix.sh | |
parent | 5157cb1ba3ce3ac3ce7a1f0d200205370f496621 (diff) | |
download | perl-12c96c393eac5d0722635cf99b43c70ea115e534.tar.gz |
SImilarly to old HP-UX, in old AIX too including
crypt.h leads into trouble. (from Merijn)
p4raw-id: //depot/perl@15841
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 53af9f5b78..f3a3fc5528 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -253,6 +253,10 @@ $define|true|[yY]*) # (e.g. pragma/overload core dumps) Let's suspect xlC_r, too. # --jhi@iki.fi cc=cc_r + + case "`oslevel`" in + 4.2.1.*) i_crypt='undef' ;; + esac ;; '') cc=cc_r |