summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 19:13:00 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-08-16 19:13:00 +0200
commit2fce1bc36a9b911c2fcfcd6b6f20f266f50d5a8b (patch)
tree8051a4f0111179774df240a4ad828b196a2f1be0 /ChangeLog
parent4f880f5d85c7e855f0430bb640db54dae9cc7e07 (diff)
downloadglibmm-2fce1bc36a9b911c2fcfcd6b6f20f266f50d5a8b.tar.gz
Set GTHREAD_LIBS to the full --libs value again
* configure.ac (GTHREAD_LIBS): Go back to pkg-config --libs to retrieve the linker flags to use with threaded programs. For some reason --libs-only-other does not include -pthread.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da8383af..4a1bf32f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-08-16 Daniel Elstner <daniel.kitta@gmail.com>
+ Set GTHREAD_LIBS to the full --libs value again
+
+ * configure.ac (GTHREAD_LIBS): Go back to pkg-config --libs
+ to retrieve the linker flags to use with threaded programs.
+ For some reason --libs-only-other does not include -pthread.
+
+2009-08-16 Daniel Elstner <daniel.kitta@gmail.com>
+
Get rid of all uses of GLIBMM_USING_STD()
* glib/src/*.{ccg,hg}: Remove all uses of GLIBMM_USING_STD().