diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 19:49:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 19:49:57 +0000 |
commit | ad76816e10b515caf51ed78500e5fe9806d072ec (patch) | |
tree | e3421fd2cd991b73fa9a93c086462a8e09d2ae14 /hints/linux.sh | |
parent | 0c8c7b4b6ab716edc54679c28b886fa23068633a (diff) | |
download | perl-ad76816e10b515caf51ed78500e5fe9806d072ec.tar.gz |
Update Andy.
p4raw-id: //depot/perl@16901
Diffstat (limited to 'hints/linux.sh')
-rw-r--r-- | hints/linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 2b6e5d5f75..d06e4f1cd3 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -64,7 +64,7 @@ fi # Since we just computed libc above, we'll use it here. A typical # value looks like libc='/lib/libc-2.0.6.so' # To be defensive, reject all unknown versions > 2.2.9. -# A. Dougherty, May. 30, 2001 +# A. Dougherty, May. 30, 2002 case "$libc" in *-2.[01]*) ;; *-2.2.so) ;; |