gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / fwritable
index 56d698e..935bb4f 100644 (file)
@@ -12,6 +12,9 @@ stdbool
 
 configure.ac:
 gl_FUNC_FWRITABLE
+if test $ac_cv_func___fwritable = no; then
+  AC_LIBOBJ([fwritable])
+fi
 
 Makefile.am: