Searched refs:cf_cv_posix_wait (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Daclocal.m42423 AC_CACHE_CHECK(for POSIX wait functions,cf_cv_posix_wait,[
2437 [cf_cv_posix_wait=yes],
2438 [cf_cv_posix_wait=no])
2440 test "$cf_cv_posix_wait" = yes && AC_DEFINE(USE_POSIX_WAIT,1,[Define to 1 if we have POSIX wait functions])
H A Dconfigure10528 if test "${cf_cv_posix_wait+set}" = set; then
10568 cf_cv_posix_wait=yes
10572 cf_cv_posix_wait=no
10577 echo "$as_me:10577: result: $cf_cv_posix_wait" >&5
10578 echo "${ECHO_T}$cf_cv_posix_wait" >&6
10579 test "$cf_cv_posix_wait" = yes &&

Completed in 25 milliseconds