X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsdup.m4;h=52ae4886f5752cc8c9b6f3a41040f1c1e4c05486;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=f3a35df5437f3935f8f0c984b47aa4946fac7da6;hpb=0fd07686f8cf0e1f3e025f3598090d938dbf4e80;p=gnulib.git diff --git a/m4/wcsdup.m4 b/m4/wcsdup.m4 index f3a35df54..52ae4886f 100644 --- a/m4/wcsdup.m4 +++ b/m4/wcsdup.m4 @@ -1,5 +1,5 @@ -# wcsdup.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcsdup.m4 serial 2 +dnl Copyright (C) 2011-2014 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_WCSDUP], AC_CHECK_FUNCS_ONCE([wcsdup]) if test $ac_cv_func_wcsdup = no; then HAVE_WCSDUP=0 - AC_LIBOBJ([wcsdup]) fi ])