Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/
H A Dconfigure21097 cf_cv_gcc_inline=yes
21101 cf_cv_gcc_inline=no
21107 echo "$as_me:21107: result: $cf_cv_gcc_inline" >&5
21108 echo "${ECHO_T}$cf_cv_gcc_inline" >&6
21109 if test "$cf_cv_gcc_inline" = yes ; then
H A Daclocal.m41945 AC_CACHE_CHECK(if $CC supports options to tune inlining,cf_cv_gcc_inline,[
1950 [cf_cv_gcc_inline=yes],
1951 [cf_cv_gcc_inline=no])
1954 if test "$cf_cv_gcc_inline" = yes ; then