X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcpncpy.m4;h=6c54bbd57ebf94d1098a8d1336be8cffbe265995;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=a4d73e28d8364f357dc962478f355be532b9fcd8;hpb=b64c50cfe4fca783f23341fffebc7d8f84f58820;p=gnulib.git diff --git a/m4/wcpncpy.m4 b/m4/wcpncpy.m4 index a4d73e28d..6c54bbd57 100644 --- a/m4/wcpncpy.m4 +++ b/m4/wcpncpy.m4 @@ -1,4 +1,4 @@ -# wcpncpy.m4 serial 2 +# wcpncpy.m4 serial 3 dnl Copyright (C) 2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -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 ])