Expand range of versions of glibc for which _GNU_SOURCE is needed to get crypt.
[gnulib.git] / m4 / wcschr.m4
index 1813a06..7f5301a 100644 (file)
@@ -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
 ])