diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-08-20 12:21:52 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-08-20 12:21:52 +0200 |
commit | c15693f6f42107bf459b30a50ea1b0ae25958a5e (patch) | |
tree | 098540ee5aa7c1b8d73b9fd30539704df4cb8715 /xsltproc | |
parent | 75a4778f7e955c24f3c1e3fb659c204fd7df7b40 (diff) | |
download | libxslt-c15693f6f42107bf459b30a50ea1b0ae25958a5e.tar.gz libxslt-c15693f6f42107bf459b30a50ea1b0ae25958a5e.tar.bz2 libxslt-c15693f6f42107bf459b30a50ea1b0ae25958a5e.zip |
Make sure testThreads is linked with pthreads
* configure.in: augment thread detection to pass THREADS_LIBS
* xsltproc/Makefile.am: add THREAD_LIBS to testThreads_LDADD
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index 7eb01e4b..ae4421e0 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -16,7 +16,7 @@ xsltproc_DEPENDENCIES = $(DEPS) testThreads_SOURCES=testThreads.c testThreads_LDFLAGS = testThreads_DEPENDENCIES = $(DEPS) -testThreads_LDADD= $(LDADDS) +testThreads_LDADD= $(THREAD_LIBS) $(LDADDS) DEPS = $(top_builddir)/libxslt/libxslt.la \ $(top_builddir)/libexslt/libexslt.la |