[Softpear-cvs] softpear/src Makefile.am,1.3,1.4
Status: Pre-Alpha
Brought to you by:
mist
|
From: <rol...@us...> - 2005-03-16 17:31:19
|
Update of /cvsroot/softpear/softpear/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8807/src Modified Files: Makefile.am Log Message: check for libpthread the right way :) #define is HAVE_LIBPTHREAD, if this should ever be needed Index: Makefile.am =================================================================== RCS file: /cvsroot/softpear/softpear/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 14 Mar 2005 22:55:10 -0000 1.3 +++ Makefile.am 16 Mar 2005 17:30:56 -0000 1.4 @@ -15,9 +15,9 @@ loader/spmalloc.cc if DEBUG -softpear_LDFLAGS = $(SP_LDFLAGS) -lpthread +softpear_LDFLAGS = $(SP_LDFLAGS) else -softpear_LDFLAGS = $(SP_LDFLAGS) -s -lpthread +softpear_LDFLAGS = $(SP_LDFLAGS) -s endif |