largefile: fix typo that regressed large file support
[gnulib.git] / modules / imaxdiv
index 7589024..2ad32eb 100644 (file)
@@ -10,6 +10,10 @@ inttypes-incomplete
 
 configure.ac:
 gl_FUNC_IMAXDIV
+if test $HAVE_DECL_IMAXDIV = 0; then
+  AC_LIBOBJ([imaxdiv])
+  gl_PREREQ_IMAXDIV
+fi
 gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
 
 Makefile.am: