summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-05 00:26:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-05 00:26:45 +0000
commit32fe6e436de3706d37743be4dcc30367137249b7 (patch)
tree0b6a11893fd00d6023eba62c07b343db83a2c966 /config_h.SH
parent5f6e0ee4ed50660ec08c412195bbf3a61db8b31c (diff)
downloadperl-32fe6e436de3706d37743be4dcc30367137249b7.tar.gz
Forgot from #16991.
p4raw-id: //depot/perl@16992
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 5945dd5cad..8ccf989ec6 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1817,7 +1817,8 @@ sed <<!GROK!THIS! >$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)