X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fwmemchr.m4;h=2853045305034ac3bb653b6807f3a382c0f21034;hb=77e666785ee842df490daf6a4e51c4b0645431e5;hp=b2a2052918a7c22a378bb20078027ea3d0c80380;hpb=248223b210c479e6e4fbd31e180c5eda4fd7a6dc;p=gnulib.git diff --git a/m4/wmemchr.m4 b/m4/wmemchr.m4 index b2a205291..285304530 100644 --- a/m4/wmemchr.m4 +++ b/m4/wmemchr.m4 @@ -1,4 +1,4 @@ -# wmemchr.m4 serial 1 +# wmemchr.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_WMEMCHR], AC_CHECK_FUNCS_ONCE([wmemchr]) if test $ac_cv_func_wmemchr = no; then HAVE_WMEMCHR=0 - AC_LIBOBJ([wmemchr]) fi ])