X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fposix_spawnattr_getschedpolicy;h=47f15f99e6b846cb7d75a9290bf9913a69d1a9fc;hb=427cbfd5b427150a71172efdd49db3cb0865cb42;hp=9663e37a361e10d22eba60b81d6b4bc1b228e557;hpb=a5ca560fc2c96a9ac5723c2389fbf1d883c863b8;p=gnulib.git diff --git a/modules/posix_spawnattr_getschedpolicy b/modules/posix_spawnattr_getschedpolicy index 9663e37a3..47f15f99e 100644 --- a/modules/posix_spawnattr_getschedpolicy +++ b/modules/posix_spawnattr_getschedpolicy @@ -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_getschedpolicy]) fi