Fixed a broken #define for G_THREADS_IMPL_$g_threads_impl_def
authorRaph Levien <raph@src.gnome.org>
Mon, 25 Jan 1999 18:12:34 +0000 (18:12 +0000)
committerRaph Levien <raph@src.gnome.org>
Mon, 25 Jan 1999 18:12:34 +0000 (18:12 +0000)
that was causing NONE to get defined in the no-threads case.

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
configure.in

index 99cd4a2..aa8bb0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 99cd4a2..aa8bb0f 100644 (file)
@@ -1,3 +1,9 @@
+Mon Jan 25 10:07:53 1999  Raph Levien  <raph@gimp.org>
+
+       * configure.in: (#define G_THREADS_IMPL...) Changed the #define,
+       adding the G_THREADS_IMPL_ prefix to $g_threads_impl_def because
+       it looked wrong to me and was breaking gimp compile.
+
 Mon Jan 25 15:34:43 1999  Timur Bakeyev <mc@bat.ru>
 
        * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL -
index 36101e1..768717c 100644 (file)
@@ -951,7 +951,7 @@ _______EOF
        else
                cat >>$outfile <<_______EOF
 $g_enable_threads_def G_THREADS_ENABLED
-#define $g_threads_impl_def
+#define G_THREADS_IMPL_$g_threads_impl_def
 typedef struct _GMutex* GStaticMutex;
 #define G_STATIC_MUTEX_INIT NULL
 #define g_static_mutex_get_mutex(mutex) (g_static_mutex_get_mutex_impl (&(mutex)))