X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcscasecmp.m4;h=f47c709124863eff2f0a532eaf1357212b9dee3d;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=8013813448713a1ebdca07f2e15d671268358e40;hpb=98b6cac347783a047671e9a9235933dddd9e5aa8;p=gnulib.git diff --git a/m4/wcscasecmp.m4 b/m4/wcscasecmp.m4 index 801381344..f47c70912 100644 --- a/m4/wcscasecmp.m4 +++ b/m4/wcscasecmp.m4 @@ -1,5 +1,5 @@ -# wcscasecmp.m4 serial 1 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# wcscasecmp.m4 serial 2 +dnl Copyright (C) 2011-2013 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_WCSCASECMP], AC_CHECK_FUNCS_ONCE([wcscasecmp]) if test $ac_cv_func_wcscasecmp = no; then HAVE_WCSCASECMP=0 - AC_LIBOBJ([wcscasecmp]) fi ])