From 541f70beffdc0a56b31019d57b3753463fa8f353 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Wed, 16 Dec 1998 03:32:14 +0000 Subject: [PATCH] fixed error for AIX thread detection --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 3 +-- 9 files changed, 49 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aafb135..389b53e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aafb135..389b53e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker + + * configure.in: fixed the AIX thread checking. + Just an error on the wildcard. BTW, -D_THREAD_SAFE + is correct for AIX. + Wed Dec 16 02:02:48 1998 Tim Janik * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/configure.in b/configure.in index d2ad3e5..e52541d 100644 --- a/configure.in +++ b/configure.in @@ -642,8 +642,7 @@ if test x"$have_threads" != xnone; then G_THREAD_CFLAGS="-D_REENTRANT" # good default case $host in - -aix*) - # FIXME: can somebody confirm this -D_THREAD_SAFE ??? + *-aix*) G_THREAD_CFLAGS="$G_THREAD_CFLAGS -D_THREAD_SAFE" if test x"$GCC" = xyes; then G_THREAD_CFLAGS="$G_THREAD_CFLAGS -mthreads" -- 2.7.4