Check if libpthread is required or not.

This commit is contained in:
Tobias Brunner
2009-12-23 17:02:26 +01:00
parent 866dc0134a
commit 070ac5b0b7
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ lib_LTLIBRARIES = libfast.la
libfast_la_SOURCES = context.h dispatcher.c request.h session.h \
controller.h dispatcher.h request.c session.c filter.h
libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
-lfcgi -lpthread -lneo_cgi -lneo_cs -lneo_utl -lz
-lfcgi -lneo_cgi -lneo_cs -lneo_utl -lz $(PTHREADLIB)
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I/usr/include/ClearSilver
AM_CFLAGS = -rdynamic