autoconf_cache/musl-linux: fix sigprocmask value.

It was "1", should have been "yes". This fixes building gettext.
This commit is contained in:
Érico Rolim 2020-11-20 13:13:28 -03:00 committed by Érico Nogueira Rolim
parent c385ad8169
commit f97f031010

View file

@ -40,7 +40,7 @@ gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_posix_spawn_works=yes
gl_cv_func_sigprocmask=1
gl_cv_func_sigprocmask=yes
gl_cv_func_spawnattr_setschedparam=yes
gl_cv_func_spawnattr_setschedpolicy=yes
gl_cv_func_stat_dir_slash=yes