X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsncat.m4;h=38c5607a69ee1d10aa0411ced50c5b974ad014cd;hb=848529bafe96b53d3a52af546aeb04bae1bd35d5;hp=240752957a101a06256ed26c75ef5d4c8f3e95e7;hpb=9c304a2f70142730023fe38a3517d1dfee6deeff;p=gnulib.git diff --git a/m4/wcsncat.m4 b/m4/wcsncat.m4 index 240752957..38c5607a6 100644 --- a/m4/wcsncat.m4 +++ b/m4/wcsncat.m4 @@ -1,5 +1,5 @@ -# wcsncat.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcsncat.m4 serial 2 +dnl Copyright (C) 2011-2013 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_WCSNCAT], AC_CHECK_FUNCS_ONCE([wcsncat]) if test $ac_cv_func_wcsncat = no; then HAVE_WCSNCAT=0 - AC_LIBOBJ([wcsncat]) fi ])