X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fposix_spawnattr_setschedparam;h=6827501a63082d790d92ee971abad28aa9283aab;hb=HEAD;hp=abef5f28dd4d2f206b1d045640d24eee613f9b5a;hpb=84d81c6ca86c3cf207ad2e8b30159fab49599f1b;p=gnulib.git diff --git a/modules/posix_spawnattr_setschedparam b/modules/posix_spawnattr_setschedparam index abef5f28d..6827501a6 100644 --- a/modules/posix_spawnattr_setschedparam +++ b/modules/posix_spawnattr_setschedparam @@ -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_setschedparam = no; then AC_LIBOBJ([spawnattr_setschedparam]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setschedparam]) @@ -23,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc