fixed error for AIX thread detection
authorJoel Becker <jlbec@src.gnome.org>
Wed, 16 Dec 1998 03:32:14 +0000 (03:32 +0000)
committerJoel Becker <jlbec@src.gnome.org>
Wed, 16 Dec 1998 03:32:14 +0000 (03:32 +0000)
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 aafb135..389b53e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index aafb135..389b53e 100644 (file)
@@ -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
index d2ad3e5..e52541d 100644 (file)
@@ -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"