X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fposix_spawnattr_getschedparam;h=6767db665cf1b9f2e72e7de7ca5937fb0a73e918;hb=bbfcd2f1a92c9bdbb8d7d7d0a8a8c6665c316747;hp=4691523503782d7b7b1fb30cda259602c6a46eca;hpb=4dd331b3cfe0c7d24ceb3ec66fe256dd1b502229;p=gnulib.git diff --git a/modules/posix_spawnattr_getschedparam b/modules/posix_spawnattr_getschedparam index 469152350..6767db665 100644 --- a/modules/posix_spawnattr_getschedparam +++ b/modules/posix_spawnattr_getschedparam @@ -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_getschedparam]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getschedparam]) @@ -23,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc