Home | History | Annotate | Download | only in libxml2

Lines Matching full:with_threads

344     if test "$with_threads" = ""
346 with_threads=no
1045 WITH_THREADS=0
1051 if test "$with_threads" = "no" ; then
1058 *mingw32*) if test "$with_threads" != "pthread" && test "$with_threads" != "no"; then
1059 WITH_THREADS="1"
1068 if test "$with_threads" = "pthread" || test "$with_threads" = "" || test "$with_threads" = "yes" ; then
1074 WITH_THREADS="1"]))
1081 *beos*) WITH_THREADS="1"
1107 if test "$WITH_THREADS" = "1" ; then
1112 if test "$with_thread_alloc" = "yes" -a "$WITH_THREADS" = "1" ; then
1118 AC_SUBST(WITH_THREADS)