strtoumax: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoumax
index 7ad6846913328694ac1a58968ec3b0aeabaa8ad9..5520f0d43b5fae0f4daf124a7abb927c871d8532 100644 (file)
@@ -15,6 +15,10 @@ strtoull        [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_st
 
 configure.ac:
 gl_FUNC_STRTOUMAX
+if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then
+  AC_LIBOBJ([strtoumax])
+  gl_PREREQ_STRTOUMAX
+fi
 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
 
 Makefile.am: