X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsncasecmp.m4;h=390b0e216bff7ed79b3fd77d088ecef6d4a074ff;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=a7c468284e88c9638466190cf250fcd800a1d317;hpb=0fd07686f8cf0e1f3e025f3598090d938dbf4e80;p=gnulib.git diff --git a/m4/wcsncasecmp.m4 b/m4/wcsncasecmp.m4 index a7c468284..390b0e216 100644 --- a/m4/wcsncasecmp.m4 +++ b/m4/wcsncasecmp.m4 @@ -1,5 +1,5 @@ -# wcsncasecmp.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcsncasecmp.m4 serial 2 +dnl Copyright (C) 2011-2014 Free Software Foundation, 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. @@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_WCSNCASECMP], AC_CHECK_FUNCS_ONCE([wcsncasecmp]) if test $ac_cv_func_wcsncasecmp = no; then HAVE_WCSNCASECMP=0 - AC_LIBOBJ([wcsncasecmp]) fi ])