From kde-core-devel Tue Aug 29 16:12:13 2000 From: Dirk Mueller Date: Tue, 29 Aug 2000 16:12:13 +0000 To: kde-core-devel Subject: patch: kdenetwork/configure.in.in X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96756553718313 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