Searched refs:cf_cv_lib_part_tgetent (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dconfigure.in334 if test "x$cf_cv_lib_tgetent" != xno || test "x$cf_cv_lib_part_tgetent" != xno ; then
1181 if test -n "$cf_cv_lib_part_tgetent"; then
H A Dconfigure7757 if test "${cf_cv_lib_part_tgetent+set}" = set; then
7761 cf_cv_lib_part_tgetent=no
7789 cf_cv_lib_part_tgetent="-l$cf_termlib"
7800 echo "$as_me:7800: result: $cf_cv_lib_part_tgetent" >&5
7801 echo "${ECHO_T}$cf_cv_lib_part_tgetent" >&6
7803 if test "$cf_cv_lib_part_tgetent" != no ; then
7808 for cf_add_1lib in $cf_cv_lib_part_tgetent; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
18577 if test "x$cf_cv_lib_tgetent" != xno || test "x$cf_cv_lib_part_tgetent" != xno ; then
24504 if test -n "$cf_cv_lib_part_tgetent"; then
H A Daclocal.m41195 AC_CACHE_CHECK(for partial tgetent function,cf_cv_lib_part_tgetent,[
1196 cf_cv_lib_part_tgetent=no
1201 cf_cv_lib_part_tgetent="-l$cf_termlib"
1207 if test "$cf_cv_lib_part_tgetent" != no ; then
1208 CF_ADD_LIBS($cf_cv_lib_part_tgetent)

Completed in 25 milliseconds