Home
last modified time | relevance | path

Searched refs:have_dispatch (Results 1 – 4 of 4) sorted by relevance

/dports/math/tblis/tblis-1.2.0/src/external/tci/
H A Dconfigure.ac359 elif test x"$have_dispatch" = xyes; then
369 elif test x"$have_dispatch" = xyes; then
418 if test x"$have_dispatch" = xno; then
H A Dconfigure18407 elif test x"$have_dispatch" = xyes; then
18417 elif test x"$have_dispatch" = xyes; then
18467 if test x"$have_dispatch" = xno; then
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A Dconfigure.ac3358 AC_CHECK_HEADERS(dispatch.h, have_dispatch=yes, have_dispatch=no)
3359 if test "$have_dispatch" = "no"; then
3360 AC_CHECK_HEADERS(dispatch/dispatch.h, have_dispatch=yes, have_dispatch=no)
3365 if test "$have_dispatch" = "yes"; then
3366 AC_CHECK_LIB(dispatch, dispatch_queue_create, have_dispatch=yes, have_dispatch=no)
3367 if test "$have_dispatch" = "yes"; then
3373 AC_TRY_LINK(,,have_dispatch=yes, have_dispatch=no)
3374 if test "$have_dispatch" = "yes"; then
H A Dconfigure12812 if test "$have_dispatch" = "no"; then
12842 if test "$have_dispatch" = "yes"; then
12885 if test "$have_dispatch" = "yes"; then
12910 if test "$have_dispatch" = "yes"; then