getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / calloc-gnu
index 734d9734b5610fe6962c887e5b34d154e98c2250..ffc8b50efd221b92752d480e3d68a544de5f274e 100644 (file)
@@ -10,6 +10,9 @@ calloc-posix
 
 configure.ac:
 gl_FUNC_CALLOC_GNU
+if test $REPLACE_CALLOC = 1; then
+  AC_LIBOBJ([calloc])
+fi
 gl_MODULE_INDICATOR([calloc-gnu])
 
 Makefile.am: