X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcscmp.m4;h=bbcfa42b313cc91d13baf8f5e0fe4fe83c500e69;hb=17f0ec6;hp=376965fd37cb19d46142e964b3af654d31b84e7a;hpb=be86abb4e6d5be278524ebb6b84392b67b017ed3;p=gnulib.git diff --git a/m4/wcscmp.m4 b/m4/wcscmp.m4 index 376965fd3..bbcfa42b3 100644 --- a/m4/wcscmp.m4 +++ b/m4/wcscmp.m4 @@ -1,4 +1,4 @@ -# wcscmp.m4 serial 1 +# wcscmp.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_WCSCMP], AC_CHECK_FUNCS_ONCE([wcscmp]) if test $ac_cv_func_wcscmp = no; then HAVE_WCSCMP=0 - AC_LIBOBJ([wcscmp]) fi ])