Lines Matching full:no

111 if test "$enable_libs" = "no"; then
112 have_libs="no"
113 with_cpp="no"
114 with_c_glib="no"
115 with_cl="no"
116 with_java="no"
117 with_kotlin="no"
118 with_python="no"
119 with_py3="no"
120 with_ruby="no"
121 with_haxe="no"
122 with_netstd="no"
123 with_perl="no"
124 with_php="no"
125 with_php_extension="no"
126 with_dart="no"
127 with_erlang="no"
128 with_go="no"
129 with_d="no"
130 with_nodejs="no"
131 with_nodets="no"
132 with_lua="no"
133 with_rs="no"
134 with_swift="no"
138 have_cpp=no
158 have_qt5=no
163 [have_qt5=no])
168 have_qt5=no
180 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.0], have_glib2=yes, have_glib2=no)
181 PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.0], have_gobject2=yes, have_gobject2=no)
242 have_nodejs=no
254 have_nodets=no
266 have_lua=no
268 AX_PROG_LUA(5.2,, have_lua="yes", have_lua="no")
270 AX_LUA_HEADERS(, have_lua="no")
271 AX_LUA_LIBS(, have_lua="no")
294 have_py3="no"
314 AC_PROG_PERL_MODULES([Bit::Vector], success="yes", success="no")
316 AC_PROG_PERL_MODULES([Class::Accessor], success="yes", success="no")
359 have_ruby=no
388 have_go="no"
395 go_version_lt_17="no"
402 go_version_ge_118="no"
406 have_go="no"
415 have_swift="no"
425 have_rs="no"
442 have_rs="no"
449 have_cl="no"
462 AX_PROG_HAXE_VERSION( [4.2.1], have_haxe="yes", have_haxe="no")
472 AX_PROG_DOTNETCORE_VERSION( [3.1.0], have_netstd="yes", have_netstd="no")
509 with_d_event_tests="no"
533 with_d_ssl_tests="no"
569 if test "$enable_tests" = "no"; then
570 have_tests="no"
579 if test "$enable_tutorial" = "no"; then
580 have_tutorial="no"
706 if test "$cross_compiling" = "no" ; then
724 no) ENABLE_COVERAGE=0 ;;