X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcscpy.m4;h=2bed7022c11d8a25dae153edfdc78dffc1598463;hb=81e2fe40473d40b254dea9484525c343d896a439;hp=dcd845bf219b0c960ae421b83d56b5477cc160ca;hpb=cca5dbfe86a210115de38c08749f6c4c2f07d85e;p=gnulib.git diff --git a/m4/wcscpy.m4 b/m4/wcscpy.m4 index dcd845bf2..2bed7022c 100644 --- a/m4/wcscpy.m4 +++ b/m4/wcscpy.m4 @@ -1,5 +1,5 @@ -# wcscpy.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcscpy.m4 serial 2 +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. @@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_WCSCPY], AC_CHECK_FUNCS_ONCE([wcscpy]) if test $ac_cv_func_wcscpy = no; then HAVE_WCSCPY=0 - AC_LIBOBJ([wcscpy]) fi ])