iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / freopen
index 5c556e4e054464eedbe13ce21f0dc380c30194e7..8704c04f4c8d8394982ea505a1d2375cb27af325 100644 (file)
@@ -10,6 +10,10 @@ stdio
 
 configure.ac:
 gl_FUNC_FREOPEN
+if test $REPLACE_FREOPEN = 1; then
+  AC_LIBOBJ([freopen])
+  gl_PREREQ_FREOPEN
+fi
 gl_STDIO_MODULE_INDICATOR([freopen])
 
 Makefile.am: