X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsnlen.m4;h=975e5377e9c405f0262d610b1d9f858ff923155a;hb=a5e49274c570061dcf3d8153138392f5e4a6b8f7;hp=dfa62e615d28d08e139fd3beb869a0ef1550c605;hpb=0fd07686f8cf0e1f3e025f3598090d938dbf4e80;p=gnulib.git diff --git a/m4/wcsnlen.m4 b/m4/wcsnlen.m4 index dfa62e615..975e5377e 100644 --- a/m4/wcsnlen.m4 +++ b/m4/wcsnlen.m4 @@ -1,4 +1,4 @@ -# wcsnlen.m4 serial 1 +# wcsnlen.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_WCSNLEN], AC_CHECK_FUNCS_ONCE([wcsnlen]) if test $ac_cv_func_wcsnlen = no; then HAVE_WCSNLEN=0 - AC_LIBOBJ([wcsnlen]) fi ])