X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fposix_spawnattr_getschedparam;h=c8cd1e4c7145dfbcff4a544e89c4752ce1033291;hb=bce9d2f253449c62e05c030307e4d298ef914df9;hp=4691523503782d7b7b1fb30cda259602c6a46eca;hpb=4dd331b3cfe0c7d24ceb3ec66fe256dd1b502229;p=gnulib.git diff --git a/modules/posix_spawnattr_getschedparam b/modules/posix_spawnattr_getschedparam index 469152350..c8cd1e4c7 100644 --- a/modules/posix_spawnattr_getschedparam +++ b/modules/posix_spawnattr_getschedparam @@ -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_setschedparam = no; then gl_REPLACE_SPAWN_H AC_LIBOBJ([spawnattr_getschedparam]) fi @@ -23,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc