Make CPPFLAGS, not CFLAGS, include G_THREAD_CFLAGS. CFLAGS is used while

2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: Make CPPFLAGS, not CFLAGS, include
	G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib
	programs would link to the threads library on some platforms. Also
	fixed a bug manifesting through this change.
This commit is contained in:
Sebastian Wilhelmi
2002-11-26 12:57:16 +00:00
committed by Sebastian Wilhelmi
parent dd0c69a4e9
commit 17344bb1e4
8 changed files with 52 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Make CPPFLAGS, not CFLAGS, include
G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib
programs would link to the threads library on some platforms. Also
fixed a bug manifesting through this change.
2002-11-26 Matthias Clasen <maclas@gmx.de>
* glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY