X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcscpy.m4;h=59188009c18255a1bb20cb1fc98bc793716ffd36;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=dcd845bf219b0c960ae421b83d56b5477cc160ca;hpb=cca5dbfe86a210115de38c08749f6c4c2f07d85e;p=gnulib.git diff --git a/m4/wcscpy.m4 b/m4/wcscpy.m4 index dcd845bf2..59188009c 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-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_WCSCPY], AC_CHECK_FUNCS_ONCE([wcscpy]) if test $ac_cv_func_wcscpy = no; then HAVE_WCSCPY=0 - AC_LIBOBJ([wcscpy]) fi ])