diff --git a/ChangeLog b/ChangeLog index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 99cd4a2d2..aa8bb0fc7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Mon Jan 25 10:07:53 1999 Raph Levien + + * 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 * configure.in, gstrfuncs.c: Inverted logic of NO_SYS_SYGLIST_DECL - diff --git a/configure.in b/configure.in index 36101e133..768717c43 100644 --- a/configure.in +++ b/configure.in @@ -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)))