HomeSort by: relevance | last modified time | path
    Searched refs:acx_pthread_config (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/m4/
acx_pthread.m4 176 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
177 if test x"$acx_pthread_config" = xno; then continue; fi
  /src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4 176 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
177 if test x"$acx_pthread_config" = xno; then continue; fi
  /src/external/bsd/ntp/dist/sntp/libevent/
configure 719 acx_pthread_config
17267 if test -n "$acx_pthread_config"; then
17268 ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test.
17292 acx_pthread_config=$ac_cv_prog_acx_pthread_config
17293 if test -n "$acx_pthread_config"; then
17294 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5
17295 printf "%s\n" "$acx_pthread_config" >&6; }
17302 if test x"$acx_pthread_config" = xno; then continue; fi
  /src/external/bsd/libevent/dist/
configure 689 acx_pthread_config
16024 if test -n "$acx_pthread_config"; then
16025 ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test.
16045 acx_pthread_config=$ac_cv_prog_acx_pthread_config
16046 if test -n "$acx_pthread_config"; then
16047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5
16048 $as_echo "$acx_pthread_config" >&6; }
16055 if test x"$acx_pthread_config" = xno; then continue; fi

Completed in 47 milliseconds