Searched refs:ax_pthread_config (Results 1 – 12 of 12) sorted by relevance
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 175 AC_CHECK_PROG(ax_pthread_config, pthread-config, yes, no) 176 if test x"$ax_pthread_config" = xno; then continue; fi
|
/external/pcre/dist2/m4/ |
D | ax_pthread.m4 | 181 AC_CHECK_PROG(ax_pthread_config, pthread-config, yes, no) 182 if test x"$ax_pthread_config" = xno; then continue; fi
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_pthread.m4 | 195 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) 196 if test x"$ax_pthread_config" = xno; then continue; fi
|
/external/protobuf/m4/ |
D | ax_pthread.m4 | 343 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) 344 AS_IF([test "x$ax_pthread_config" = "xno"], [continue])
|
/external/harfbuzz_ng/m4/ |
D | ax_pthread.m4 | 343 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) 344 AS_IF([test "x$ax_pthread_config" = "xno"], [continue])
|
/external/ImageMagick/m4/ |
D | ax_pthread.m4 | 284 AC_CHECK_PROG([ax_pthread_config], [pthread-config], [yes], [no]) 285 AS_IF([test "x$ax_pthread_config" = "xno"], [continue])
|
/external/google-breakpad/ |
D | configure | 6402 if test -n "$ax_pthread_config"; then 6403 ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. 6423 ax_pthread_config=$ac_cv_prog_ax_pthread_config 6424 if test -n "$ax_pthread_config"; then 6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5 6426 $as_echo "$ax_pthread_config" >&6; } 6433 if test x"$ax_pthread_config" = xno; then continue; fi
|
D | Makefile.in | 2036 ax_pthread_config = @ax_pthread_config@
|
/external/pcre/dist2/ |
D | configure | 14551 if test -n "$ax_pthread_config"; then 14552 ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. 14572 ax_pthread_config=$ac_cv_prog_ax_pthread_config 14573 if test -n "$ax_pthread_config"; then 14574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5 14575 $as_echo "$ax_pthread_config" >&6; } 14582 if test x"$ax_pthread_config" = xno; then continue; fi
|
D | Makefile.in | 906 ax_pthread_config = @ax_pthread_config@
|
/external/ImageMagick/ |
D | configure | 9584 if test -n "$ax_pthread_config"; then 9585 ac_cv_prog_ax_pthread_config="$ax_pthread_config" # Let the user override the test. 9605 ax_pthread_config=$ac_cv_prog_ax_pthread_config 9606 if test -n "$ax_pthread_config"; then 9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5 9608 $as_echo "$ax_pthread_config" >&6; } 9615 if test "x$ax_pthread_config" = "xno"; then :
|
D | Makefile.in | 3429 ax_pthread_config = @ax_pthread_config@
|