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

/freebsd-11.0-release/contrib/ncurses/
H A Dconfigure5194 cf_cv_gpm_soname="$with_gpm"
5199 if test "${cf_cv_gpm_soname+set}" = set; then
5203 cf_cv_gpm_soname=unknown
5225 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.`
5226 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown
5234 echo "$as_me:5234: result: $cf_cv_gpm_soname" >&5
5235 echo "${ECHO_T}$cf_cv_gpm_soname" >&6
5238 test "$cf_cv_gpm_soname" != "unknown" &&
5240 #define LIBGPM_SONAME "$cf_cv_gpm_soname"
[all...]

Completed in 61 milliseconds