X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcscpy.m4;h=39f537afac01199f0b64b089ea728c8f9f7e45e2;hb=208e667b5f8c696e723da34171fbaa6f01246f3b;hp=dcd845bf219b0c960ae421b83d56b5477cc160ca;hpb=cca5dbfe86a210115de38c08749f6c4c2f07d85e;p=gnulib.git diff --git a/m4/wcscpy.m4 b/m4/wcscpy.m4 index dcd845bf2..39f537afa 100644 --- a/m4/wcscpy.m4 +++ b/m4/wcscpy.m4 @@ -1,4 +1,4 @@ -# wcscpy.m4 serial 1 +# wcscpy.m4 serial 2 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, @@ -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 ])