blob: 6208eac7f79c9f20e488b23f6e5747762522fe7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- TSRM/threads.m4.orig Wed Apr 27 15:22:18 2005
+++ TSRM/threads.m4 Wed May 3 10:02:34 2006
@@ -164,7 +164,7 @@
dnl
AC_DEFUN([PTHREADS_ASSIGN_VARS],[
if test -n "$ac_cv_pthreads_lib"; then
- LIBS="$LIBS -l$ac_cv_pthreads_lib"
+ LIBS="$LIBS $ac_cv_pthreads_lib"
fi
if test -n "$ac_cv_pthreads_cflags"; then
|