diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-15 18:44:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-15 18:44:19 +0000 |
commit | 8afd005f8ca714ad4c49600b7849ca8a0bb09c01 (patch) | |
tree | 6e4739491a13cb5a4ee13e623dba4ec4b5dc2012 /hints | |
parent | 8b2fd6ccdf1e6b6a200ccf52e765ef024ccf017b (diff) | |
download | perl-8afd005f8ca714ad4c49600b7849ca8a0bb09c01.tar.gz |
(retracted by #12497)
In AIX vac 5 just can't seem to get regcomp right.
p4raw-id: //depot/perl@12446
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 40c7b66ae4..2cad8aa7db 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -169,7 +169,7 @@ EOF EOF exit 1 ;; - 5.0.1.0) + 5.0.[12].0) cat >&4 <<EOF *** *** This C compiler ($ccversion) is known to have optimizer problems |