Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/
H A Dconfigure5695 if test "$tcl_ok" = "yes" -o "${TCL_THREADS}" = 1; then
5754 tcl_ok=yes
5756 tcl_ok=no
5759 if test "$tcl_ok" = "no"; then
5802 tcl_ok=yes
5804 tcl_ok=no
5809 if test "$tcl_ok" = "yes"; then
5850 tcl_ok=yes
5852 tcl_ok=no
5855 if test "$tcl_ok" = "yes"; then
[all …]
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m4779 [tcl_ok=$enableval], [tcl_ok=yes])
783 tcl_ok=$enableval
785 tcl_ok=yes
788 if test "$tcl_ok" = "yes" -o "${TCL_THREADS}" = 1; then
804 AC_CHECK_LIB(pthread,pthread_mutex_init,tcl_ok=yes,tcl_ok=no)
805 if test "$tcl_ok" = "no"; then
812 tcl_ok=yes, tcl_ok=no)
815 if test "$tcl_ok" = "yes"; then
820 tcl_ok=yes, tcl_ok=no)
821 if test "$tcl_ok" = "yes"; then
[all …]