X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcpncpy.m4;h=2251c51d75e194399ddcdcf8f9551985a182aafc;hb=03ea4328ae1ea7e985f7fd9a42ebf77bc64bd47c;hp=a4d73e28d8364f357dc962478f355be532b9fcd8;hpb=b64c50cfe4fca783f23341fffebc7d8f84f58820;p=gnulib.git diff --git a/m4/wcpncpy.m4 b/m4/wcpncpy.m4 index a4d73e28d..2251c51d7 100644 --- a/m4/wcpncpy.m4 +++ b/m4/wcpncpy.m4 @@ -1,5 +1,5 @@ -# wcpncpy.m4 serial 2 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcpncpy.m4 serial 3 +dnl Copyright (C) 2011-2012 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. @@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_WCPNCPY], AC_CHECK_FUNCS_ONCE([wcpncpy]) if test $ac_cv_func_wcpncpy = no; then HAVE_WCPNCPY=0 - AC_LIBOBJ([wcpncpy]) fi ])