X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwmemmove.m4;h=73884c803b2f9e438f7ccafe3a7dec2133ea7042;hb=6bddfff3ba873f16c5b9840c3ddf265408b9aef4;hp=2b4daad19546af4f3112b406ab843d3ab6c16fef;hpb=994d0a366350f2a8f2f54d5dcd2c0a7d3de9a904;p=gnulib.git diff --git a/m4/wmemmove.m4 b/m4/wmemmove.m4 index 2b4daad19..73884c803 100644 --- a/m4/wmemmove.m4 +++ b/m4/wmemmove.m4 @@ -1,4 +1,4 @@ -# wmemmove.m4 serial 1 +# wmemmove.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_WMEMMOVE], AC_CHECK_FUNCS_ONCE([wmemmove]) if test $ac_cv_func_wmemmove = no; then HAVE_WMEMMOVE=0 - AC_LIBOBJ([wmemmove]) fi ])