0N/Adnl Copyright (C) 2000-2002, 2004, 2008-2010 Free Software Foundation, Inc.
0N/Adnl This file is free software; the Free Software Foundation
0N/Adnl gives unlimited permission to copy
and/or distribute it,
0N/Adnl with or without modifications, as long as this notice is preserved.
# Test for the GNU C Library, version 2.1 or newer.
AC_CACHE_CHECK([whether we are using the GNU C Library 2.1 or newer],
[AC_EGREP_CPP([Lucky GNU user],
#if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
[ac_cv_gnu_library_2_1=yes],
[ac_cv_gnu_library_2_1=no])
GLIBC21="$ac_cv_gnu_library_2_1"