CVS commit by gebauer: fix for 52415, knode will still build, because pthread is linked in by Qt anyway (this assumption should hold for KDE 3.1 on unix, for KDE 3.2 we will get rid of the threading stuff) M +1 -1 Makefile.am 1.39 --- kdenetwork/knode/Makefile.am #1.38:1.39 @@ -129,5 +129,5 @@ knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) -knode_LDADD = -lkdeprint $(top_builddir)/libkdenetwork/libkdenetwork.la -lkspell -lkabc $(LIB_KFILE) $(LIBPTHREAD) $(LIBRESOLV) +knode_LDADD = -lkdeprint $(top_builddir)/libkdenetwork/libkdenetwork.la -lkspell -lkabc $(LIB_KFILE) $(LIBRESOLV) knode_METASOURCES = AUTO