Hi, from my understanding of the configure stuff the following should be correct: diff -u -2 -d -p -r1.34 configure.in.in --- configure.in.in 2000/08/11 17:24:53 1.34 +++ configure.in.in 2000/08/29 16:03:34 @@ -29,5 +29,5 @@ KDE_CHECK_THREADING dnl For apps that NEED threads -if test -z "$LIBPTHREAD"; then +if test -z "$LIBPTHREAD" && test -z "$USE_THREADS"; then DO_NOT_COMPILE="$DO_NOT_COMPILE knode" fi right? Dirk