mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
fixed error for AIX thread detection
This commit is contained in:
parent
2315f93ecb
commit
541f70beff
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user