pmccabe2html: escaping of special characters
[gnulib.git] / modules / getdtablesize
index 808238c..109be1f 100644 (file)
@@ -7,9 +7,14 @@ m4/getdtablesize.m4
 
 Depends-on:
 unistd
+msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
 
 configure.ac:
 gl_FUNC_GETDTABLESIZE
+if test $HAVE_GETDTABLESIZE = 0; then
+  AC_LIBOBJ([getdtablesize])
+  gl_PREREQ_GETDTABLESIZE
+fi
 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
 
 Makefile.am: