X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsncmp.m4;h=570897a2ebc4c72ec0774fc1773a1f42f317f501;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=73544df8dbd5d2d85cb142bdb2f3eedc7625a8f8;hpb=0fd07686f8cf0e1f3e025f3598090d938dbf4e80;p=gnulib.git diff --git a/m4/wcsncmp.m4 b/m4/wcsncmp.m4 index 73544df8d..570897a2e 100644 --- a/m4/wcsncmp.m4 +++ b/m4/wcsncmp.m4 @@ -1,5 +1,5 @@ -# wcsncmp.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcsncmp.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_WCSNCMP], AC_CHECK_FUNCS_ONCE([wcsncmp]) if test $ac_cv_func_wcsncmp = no; then HAVE_WCSNCMP=0 - AC_LIBOBJ([wcsncmp]) fi ])