# HG changeset patch # User Sean Egan # Date 1066342773 0 # Node ID 9152f58ab5ee479011a585a71d04aa38a1293495 # Parent b8fcbff884382272277454b49b74b665b806569f [gaim-migrate @ 7865] nspr seems to need to link against libpthread. this seems to make that happen. committer: Tailor Script diff -r b8fcbff88438 -r 9152f58ab5ee configure.ac --- a/configure.ac Thu Oct 16 20:57:59 2003 +0000 +++ b/configure.ac Thu Oct 16 22:19:33 2003 +0000 @@ -574,7 +574,7 @@ nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" fi else - nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" + nsprlibs="-ldl -lplc4 -lplds4 -lpthread -lnspr4 $PTHREAD_LIB" fi AC_CACHE_CHECK([for Mozilla nspr libraries], moz_nspr_libs,