memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / lstat
index a945a116365ed0ee3edd56856b67087fb5747d96..dbe7e11501cd6a25c20fe2746f13884956ebdb82 100644 (file)
@@ -12,6 +12,10 @@ stat            [test $REPLACE_LSTAT = 1]
 
 configure.ac:
 gl_FUNC_LSTAT
+if test $REPLACE_LSTAT = 1; then
+  AC_LIBOBJ([lstat])
+  gl_PREREQ_LSTAT
+fi
 gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
 Makefile.am: