X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fposix_spawnattr_setschedpolicy;h=fd2046307b831e12b718c73d6bd6f1ed323566db;hb=8d8bbae775e3c77070161dafc81c0c2dbba0fef4;hp=2ee661ae63228f8776df1e24f20a5f60deab1250;hpb=2c984d42b8b4b1c5d48a61fd1f01f4e8d9f42172;p=gnulib.git diff --git a/modules/posix_spawnattr_setschedpolicy b/modules/posix_spawnattr_setschedpolicy index 2ee661ae6..fd2046307 100644 --- a/modules/posix_spawnattr_setschedpolicy +++ b/modules/posix_spawnattr_setschedpolicy @@ -11,7 +11,9 @@ spawn configure.ac: gl_POSIX_SPAWN -if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then +if test $HAVE_POSIX_SPAWN = 0 \ + || test $REPLACE_POSIX_SPAWN = 1 \ + || test $gl_cv_func_spawnattr_setschedpolicy = no; then gl_REPLACE_SPAWN_H AC_LIBOBJ([spawnattr_setschedpolicy]) fi