summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh2
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) ;;