Home
last modified time | relevance | path

Searched refs:cf_cv_need_libssp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/
H A Dconfigure19235 if test "${cf_cv_need_libssp+set}" = set; then
19268 cf_cv_need_libssp=no
19304 cf_cv_need_libssp=yes
19308 cf_cv_need_libssp=maybe
19316 echo "$as_me:19316: result: $cf_cv_need_libssp" >&5
19317 echo "${ECHO_T}$cf_cv_need_libssp" >&6
19319 if test "x$cf_cv_need_libssp" = xyes
H A Daclocal.m41388 AC_CACHE_CHECK(if ssp library is needed,cf_cv_need_libssp,[
1394 ],cf_cv_need_libssp=no,[
1402 ],cf_cv_need_libssp=yes,
1403 cf_cv_need_libssp=maybe)
1408 if test "x$cf_cv_need_libssp" = xyes