crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / iswctype
index 7054eaa31e9927504e73b9c1717250bb22fc1ce0..283c6e0c021284c78209d4b22c39bcf1cb4ce647 100644 (file)
@@ -17,6 +17,9 @@ wctype-h
 
 configure.ac:
 gl_FUNC_ISWCTYPE
+if test $HAVE_WCTYPE_T = 0; then
+  AC_LIBOBJ([iswctype])
+fi
 gl_WCTYPE_MODULE_INDICATOR([iswctype])
 
 Makefile.am: