crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / m4 / wcschr.m4
index 1813a06f45f4c7b7756d44a0046e7cca6c3321fc..7f5301a5c203e2ac71d9ed47fe2c879b508fa246 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
 ])