changeset 7284:9152f58ab5ee

[gaim-migrate @ 7865] nspr seems to need to link against libpthread. this seems to make that happen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 16 Oct 2003 22:19:33 +0000
parents b8fcbff88438
children a50eea7628cb
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,