Reverted my last commit:

2000-09-30  Martin Baulig  <baulig@suse.de>

	* configure.in (HAVE_THREADS): New automake conditional.
	* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
	actually have threads.
This commit is contained in:
Martin Baulig
2000-10-04 09:20:55 +00:00
committed by Martin Baulig
parent 336f7e89fe
commit 81c0bf53a8
11 changed files with 2 additions and 63 deletions

View File

@@ -3,12 +3,6 @@
* gnode.c (g_node_insert_after): Added function to keep symetry
with g_node_insert_before.
2000-09-30 Martin Baulig <baulig@suse.de>
* configure.in (HAVE_THREADS): New automake conditional.
* Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
actually have threads.
2000-09-29 Martin Baulig <baulig@suse.de>
Several minor ANSI C fixes.