From 6b3ec827325cdca7eb2728b07eda4c6b21833b65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sun, 3 Feb 2013 19:52:58 +0100 Subject: [PATCH] Compile private test with -pthread on UNIX The commit f5f151cb removed this linkage, which is needed, at least for the toolchain gcc version 4.7.2 (Debian 4.7.2-5) https://bugzilla.gnome.org/show_bug.cgi?id=693105 --- glib/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index cbf90cd..3ffbab1 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -120,6 +120,8 @@ gtester-xmllint-check: # check testreport xml with xmllint if present check-am: gtester-xmllint-check +private_LDFLAGS = -pthread + endif CLEANFILES = \ -- 2.7.4