X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcschr.m4;h=7f5301a5c203e2ac71d9ed47fe2c879b508fa246;hb=17f0ec6;hp=1813a06f45f4c7b7756d44a0046e7cca6c3321fc;hpb=214aca197fc1b600e119e0fbae8cf196b48c5276;p=gnulib.git diff --git a/m4/wcschr.m4 b/m4/wcschr.m4 index 1813a06f4..7f5301a5c 100644 --- a/m4/wcschr.m4 +++ b/m4/wcschr.m4 @@ -1,4 +1,4 @@ -# wcschr.m4 serial 1 +# wcschr.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_WCSCHR], AC_CHECK_FUNCS_ONCE([wcschr]) if test $ac_cv_func_wcschr = no; then HAVE_WCSCHR=0 - AC_LIBOBJ([wcschr]) fi ])