gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / imaxdiv
index 7589024..6ac081e 100644 (file)
@@ -10,6 +10,10 @@ inttypes-incomplete
 
 configure.ac:
 gl_FUNC_IMAXDIV
+if test $ac_cv_func_imaxdiv = no; then
+  AC_LIBOBJ([imaxdiv])
+  gl_PREREQ_IMAXDIV
+fi
 gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
 
 Makefile.am: