fixed error for AIX thread detection

This commit is contained in:
Joel Becker 1998-12-16 03:32:14 +00:00
parent 2315f93ecb
commit 541f70beff
9 changed files with 49 additions and 2 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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"