Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/
H A Dconfigure5055 if test ${tcl_cv_cc_pipe+y}
5074 tcl_cv_cc_pipe=yes
5076 tcl_cv_cc_pipe=no
5081 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_cc_pipe" >&5
5082 printf "%s\n" "$tcl_cv_cc_pipe" >&6; }
5083 if test $tcl_cv_cc_pipe = yes; then
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m43100 tcl_cv_cc_pipe, [
3102 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[tcl_cv_cc_pipe=yes],[tcl_cv_cc_pipe=no])
3104 if test $tcl_cv_cc_pipe = yes; then