Reverted my last commit:
authorMartin Baulig <baulig@suse.de>
Wed, 4 Oct 2000 09:20:55 +0000 (09:20 +0000)
committerMartin Baulig <martin@src.gnome.org>
Wed, 4 Oct 2000 09:20:55 +0000 (09:20 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
configure.in
glib/Makefile.am

index 1677615..d718745 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index 1677615..d718745 100644 (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.
index d6993ba..104d783 100644 (file)
@@ -2,13 +2,7 @@
 
 AUTOMAKE_OPTIONS = 1.4
 
-if HAVE_THREADS
-gthread = gthread
-else
-gthread =
-endif
-
-SUBDIRS = . gobject gmodule $(gthread) docs tests build
+SUBDIRS = . gobject gmodule gthread docs tests build
 
 bin_SCRIPTS=glib-config-2.0
 BUILT_SOURCES=glib-config-2.0
index a2fa13e..be002dc 100644 (file)
@@ -777,7 +777,6 @@ if test "x$have_threads" = xnone && test "x$want_threads" != xno; then
 else
        AC_MSG_RESULT($have_threads)
 fi
-AM_CONDITIONAL(HAVE_THREADS, test "x$have_threads" != xnone && test "x$want_threads" != xno)
 
 
 dnl determination of G_THREAD_CFLAGS
index d6993ba..104d783 100644 (file)
@@ -2,13 +2,7 @@
 
 AUTOMAKE_OPTIONS = 1.4
 
-if HAVE_THREADS
-gthread = gthread
-else
-gthread =
-endif
-
-SUBDIRS = . gobject gmodule $(gthread) docs tests build
+SUBDIRS = . gobject gmodule gthread docs tests build
 
 bin_SCRIPTS=glib-config-2.0
 BUILT_SOURCES=glib-config-2.0