crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / posix_spawnp
index 7e2464780d3ebbc6d12fce7f3e26f0ce41dc0ae2..ec6accb82d31cff4987b2f75ab095cd9562f9628 100644 (file)
@@ -12,7 +12,6 @@ posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN =
 configure.ac:
 gl_POSIX_SPAWN
 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
-  gl_REPLACE_SPAWN_H
   AC_LIBOBJ([spawnp])
   gl_POSIX_SPAWN_INTERNAL
 fi