X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=modules%2Fgetdtablesize;h=1c2d642777c088784adbf4884237e65419baeac1;hp=109be1fda162c60129b21a694320e95a65678850;hb=3bd0d48db800994cc10c3340c41d3242390dc68f;hpb=883e87df0a2236794c97afdd985c3706074d3195 diff --git a/modules/getdtablesize b/modules/getdtablesize index 109be1fda..1c2d64277 100644 --- a/modules/getdtablesize +++ b/modules/getdtablesize @@ -7,11 +7,12 @@ m4/getdtablesize.m4 Depends-on: unistd +extensions msvc-inval [test $HAVE_GETDTABLESIZE = 0] configure.ac: gl_FUNC_GETDTABLESIZE -if test $HAVE_GETDTABLESIZE = 0; then +if test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1; then AC_LIBOBJ([getdtablesize]) gl_PREREQ_GETDTABLESIZE fi @@ -26,5 +27,5 @@ License: LGPLv2+ Maintainer: -Bruno Haible +Bruno Haible, Eric Blake