Searched refs:cf_curs_lib (Results 1 – 2 of 2) sorted by relevance
15903 cf_curs_lib=""16014 for cf_curs_lib in $cf_check_list xcurses jcurses pdcurses unknown16016 echo $ac_n "checking for initscr in -l$cf_curs_lib""... $ac_c" 1>&616017 echo "configure:16018: checking for initscr in -l$cf_curs_lib" >&516018 ac_lib_var=$(echo $cf_curs_lib'_'initscr | sed 'y%./+-:%__p__%')16023 LIBS="-l$cf_curs_lib $LIBS"16057 … test $cf_curs_lib = unknown && { echo "configure: error: no curses library found" 1>&2; exit 1; }16059 LIBS="-l$cf_curs_lib $cf_save_LIBS"16061 echo $ac_n "checking if we can link with $cf_curs_lib library""... $ac_c" 1>&616062 echo "configure:16063: checking if we can link with $cf_curs_lib library" >&5[all …]
1884 cf_curs_lib=""1904 for cf_curs_lib in $cf_check_list xcurses jcurses pdcurses unknown1906 AC_CHECK_LIB($cf_curs_lib,initscr,[break])1908 test $cf_curs_lib = unknown && AC_MSG_ERROR(no curses library found)1910 LIBS="-l$cf_curs_lib $cf_save_LIBS"1912 AC_MSG_CHECKING(if we can link with $cf_curs_lib library)1919 elif test "$cf_curs_lib" = "$cf_term_lib" ; then1922 AC_MSG_CHECKING(if we need both $cf_curs_lib and $cf_term_lib libraries)1927 LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS"