3 dnl From Gordon Matzigkeit.
4 dnl Test for the GNU C Library.
5 dnl FIXME: this should migrate into libit.
9 AC_CACHE_CHECK(whether we are using the GNU C Library,
11 [AC_EGREP_CPP([Thanks for using GNU],
14 #ifdef __GNU_LIBRARY__
18 ac_cv_gnu_library=yes,
22 AC_CACHE_CHECK(for version 2 of the GNU C Library,
24 [AC_EGREP_CPP([Thanks for using GNU too],
28 Thanks for using GNU too
31 ac_cv_glibc=yes, ac_cv_glibc=no)