memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fpurge
index 6cebcff1c74862e4d02e2af267854a03bf37b3a8..241abeb2f6bfd5198f875b176fe931a56ca609df 100644 (file)
@@ -11,6 +11,9 @@ stdio
 
 configure.ac:
 gl_FUNC_FPURGE
+if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then
+  AC_LIBOBJ([fpurge])
+fi
 gl_STDIO_MODULE_INDICATOR([fpurge])
 
 Makefile.am: