mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non-linux platforms.
2005-02-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non-linux platforms. (#168177, Michael Banck)
This commit is contained in:
parent
db0d5b6b61
commit
fecea1491e
@ -1,5 +1,8 @@
|
|||||||
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD
|
||||||
|
on non-linux platforms. (#168177, Michael Banck)
|
||||||
|
|
||||||
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
||||||
instead of LC_ALL to shield against LANGUAGE being set in
|
instead of LC_ALL to shield against LANGUAGE being set in
|
||||||
the environment. (#168311, Suren A. Chilingaryan)
|
the environment. (#168311, Suren A. Chilingaryan)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD
|
||||||
|
on non-linux platforms. (#168177, Michael Banck)
|
||||||
|
|
||||||
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
||||||
instead of LC_ALL to shield against LANGUAGE being set in
|
instead of LC_ALL to shield against LANGUAGE being set in
|
||||||
the environment. (#168311, Suren A. Chilingaryan)
|
the environment. (#168311, Suren A. Chilingaryan)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD
|
||||||
|
on non-linux platforms. (#168177, Michael Banck)
|
||||||
|
|
||||||
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
||||||
instead of LC_ALL to shield against LANGUAGE being set in
|
instead of LC_ALL to shield against LANGUAGE being set in
|
||||||
the environment. (#168311, Suren A. Chilingaryan)
|
the environment. (#168311, Suren A. Chilingaryan)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
2005-02-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD
|
||||||
|
on non-linux platforms. (#168177, Michael Banck)
|
||||||
|
|
||||||
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
|
||||||
instead of LC_ALL to shield against LANGUAGE being set in
|
instead of LC_ALL to shield against LANGUAGE being set in
|
||||||
the environment. (#168311, Suren A. Chilingaryan)
|
the environment. (#168311, Suren A. Chilingaryan)
|
||||||
|
@ -1867,6 +1867,9 @@ case $host in
|
|||||||
*-*-linux*)
|
*-*-linux*)
|
||||||
G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
|
G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(G_THREAD_SOURCE,"gthread-$have_threads.c",
|
AC_DEFINE_UNQUOTED(G_THREAD_SOURCE,"gthread-$have_threads.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user