diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 3e4e80c576..3d0869894f 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1748,7 +1748,8 @@ /* 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. */ /*#define HAS_GNULIBC /**/ #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE) |