From: Jarkko Hietaniemi Date: Wed, 5 Jun 2002 00:26:45 +0000 (+0000) Subject: Forgot from #16991. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=32fe6e436de3706d37743be4dcc30367137249b7;p=p5sagit%2Fp5-mst-13.2.git Forgot from #16991. p4raw-id: //depot/perl@16992 --- diff --git a/config_h.SH b/config_h.SH index 5945dd5..8ccf989 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1817,7 +1817,8 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HAS_GNULIBC: * This symbol, if defined, indicates to the C program that - * the GNU C library is being used. + * the GNU C library is being used. A better check is to use + * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc. */ #$d_gnulibc HAS_GNULIBC /**/ #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)