largefile: fix typo that regressed large file support
[gnulib.git] / modules / poll
index 478e99b..f1f22bf 100644 (file)
@@ -15,6 +15,10 @@ errno           [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
 
 configure.ac:
 gl_FUNC_POLL
+if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
+  AC_LIBOBJ([poll])
+  gl_PREREQ_POLL
+fi
 gl_POLL_MODULE_INDICATOR([poll])
 
 Makefile.am: