--- configure Thu Dec 13 20:17:56 2001 +++ configure Sun Dec 16 01:48:02 2001 @@ -5177,11 +5177,11 @@ case "$target" in *-*-freebsd*) pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" - pthread_lib="-pthread" + pthread_lib="-llthread" ;; *) pthread_cflags="-D_REENTRANT" - pthread_lib="-lpthread" + pthread_lib="-llthread" ;; esac LIBS="$pthread_lib $LIBS" @@ -5193,7 +5193,7 @@ #line 5193 "configure" #include "confdefs.h" - #include + #include int main () @@ -10604,7 +10604,7 @@ qt_libs="" fi; -EXTRA_LIBS="-lpng -lz -lpthread -lglib -ldl -lm" +EXTRA_LIBS="-lpng -lz -llthread -lglib -ldl -lm" if test x$with_qt = "x"yes ; then