mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
2006-03-06 Anders Carlsson <andersca@imendio.com> * configure.in: Skip checking thread flags on Darwin. Fix suggested by Manish Singh. (#314794, Gregor Riepl)
This commit is contained in:
parent
01b288becc
commit
c57fc7b6fd
@ -1,3 +1,9 @@
|
|||||||
|
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
|
||||||
|
(#314794, Gregor Riepl)
|
||||||
|
|
||||||
2006-03-01 Tor Lillqvist <tml@novell.com>
|
2006-03-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
|
||||||
|
(#314794, Gregor Riepl)
|
||||||
|
|
||||||
2006-03-01 Tor Lillqvist <tml@novell.com>
|
2006-03-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2006-03-06 Anders Carlsson <andersca@imendio.com>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
|
||||||
|
(#314794, Gregor Riepl)
|
||||||
|
|
||||||
2006-03-01 Tor Lillqvist <tml@novell.com>
|
2006-03-01 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
* glib/gutils.c (g_listenv): Separate implementation on Win32: Use
|
||||||
|
@ -1568,8 +1568,8 @@ if test x"$have_threads" != xno; then
|
|||||||
# One of them does for most gcc versions and some other platforms/compilers
|
# One of them does for most gcc versions and some other platforms/compilers
|
||||||
# too and could be considered as the canonical way to go.
|
# too and could be considered as the canonical way to go.
|
||||||
case $host in
|
case $host in
|
||||||
*-*-cygwin*)
|
*-*-cygwin*|*-*-darwin*)
|
||||||
# skip cygwin -pthread or -pthreads test
|
# skip cygwin and darwin -pthread or -pthreads test
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
for flag in pthread pthreads mt; do
|
for flag in pthread pthreads mt; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user