iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fwritable
index 43bd66ba1c58ab9791f8b569730405d3e7550cae..935bb4f7fc41c1d3ec081b26f7bbbc6bdfaa0266 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: