md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / fwritable
index 43bd66b..935bb4f 100644 (file)
@@ -4,6 +4,7 @@ fwritable() function: Determine whether a FILE stream supports writing.
 Files:
 lib/fwritable.h
 lib/fwritable.c
+lib/stdio-impl.h
 m4/fwritable.m4
 
 Depends-on:
@@ -11,6 +12,9 @@ stdbool
 
 configure.ac:
 gl_FUNC_FWRITABLE
+if test $ac_cv_func___fwritable = no; then
+  AC_LIBOBJ([fwritable])
+fi
 
 Makefile.am: