X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fposix_spawnattr_setschedpolicy;h=2de648dd24c23376566ff583dc9ddab6a1282861;hb=e585fc6b5f908f3e783fa23a1dfc492b82af8298;hp=2ee661ae63228f8776df1e24f20a5f60deab1250;hpb=2c984d42b8b4b1c5d48a61fd1f01f4e8d9f42172;p=pspp diff --git a/modules/posix_spawnattr_setschedpolicy b/modules/posix_spawnattr_setschedpolicy index 2ee661ae63..2de648dd24 100644 --- a/modules/posix_spawnattr_setschedpolicy +++ b/modules/posix_spawnattr_setschedpolicy @@ -11,8 +11,9 @@ spawn configure.ac: gl_POSIX_SPAWN -if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then - gl_REPLACE_SPAWN_H +if test $HAVE_POSIX_SPAWN = 0 \ + || test $REPLACE_POSIX_SPAWN = 1 \ + || test $gl_cv_func_spawnattr_setschedpolicy = no; then AC_LIBOBJ([spawnattr_setschedpolicy]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedpolicy]) @@ -23,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc