diff options
author | Joel Becker <jlbec@src.gnome.org> | 1998-12-16 03:32:14 +0000 |
---|---|---|
committer | Joel Becker <jlbec@src.gnome.org> | 1998-12-16 03:32:14 +0000 |
commit | 541f70beffdc0a56b31019d57b3753463fa8f353 (patch) | |
tree | 2982a0999df9317c0d1126321907e04e2637e6be | |
parent | 2315f93ecbbc3b2b435171a362f51d4789afa533 (diff) |
fixed error for AIX thread detection
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | configure.in | 3 |
9 files changed, 49 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aafb135b4..389b53ef6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu> + + * 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 <timj@gtk.org> * glib-config.in (lib_glib): fixed library and flag ordering for diff --git a/configure.in b/configure.in index d2ad3e556..e52541ded 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" |