From: Jarkko Hietaniemi Date: Thu, 30 May 2002 19:49:57 +0000 (+0000) Subject: Update Andy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad76816e10b515caf51ed78500e5fe9806d072ec;p=p5sagit%2Fp5-mst-13.2.git Update Andy. p4raw-id: //depot/perl@16901 --- diff --git a/hints/linux.sh b/hints/linux.sh index 2b6e5d5..d06e4f1 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) ;;