strtoul: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoul
index dc2b50b12f55c002500588a4cc70400fed2ae145..7f3139ca484fcd876c206ffdc747442e878e3d6f 100644 (file)
@@ -16,6 +16,9 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOUL
+if test $ac_cv_func_strtoul = no; then
+  AC_LIBOBJ([strtoul])
+fi
 
 Makefile.am: