memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / atoll
index d979a008f205bea178962e310a8e067ec30479f3..d1a53644d4687de4ee9e7a2f7475f3d584274ded 100644 (file)
@@ -11,6 +11,10 @@ strtoll         [test $HAVE_ATOLL = 0]
 
 configure.ac:
 gl_FUNC_ATOLL
+if test $HAVE_ATOLL = 0; then
+  AC_LIBOBJ([atoll])
+  gl_PREREQ_ATOLL
+fi
 gl_STDLIB_MODULE_INDICATOR([atoll])
 
 Makefile.am: