X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fglibc2.m4;h=f4c4ad16ae003590fbb1a907e2e3011f69a321c9;hb=0874a5828bbb4784e9c9d54243b3c978e8e54ece;hp=cafb8485f1809f4a610d1354f1df584b85d778a0;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/glibc2.m4 b/m4/glibc2.m4 index cafb8485f..f4c4ad16a 100644 --- a/m4/glibc2.m4 +++ b/m4/glibc2.m4 @@ -1,5 +1,6 @@ -# glibc2.m4 serial 2 -dnl Copyright (C) 2000-2002, 2004, 2008-2009 Free Software Foundation, Inc. +# glibc2.m4 serial 3 +dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2012 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -15,7 +16,7 @@ AC_DEFUN([gt_GLIBC2], [ #include #ifdef __GNU_LIBRARY__ - #if (__GLIBC__ >= 2) + #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif