mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Don't default to win32 thread implementation on Cygwin. The gthread-win32
2001-10-26 Tor Lillqvist <tml@iki.fi> * configure.in: Don't default to win32 thread implementation on Cygwin. The gthread-win32 implementation really is for Win32 with MS runtime only. Let configure find pthreads when configuring for Cygwin.
This commit is contained in:
parent
319f661027
commit
982edff615
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1,5 +1,10 @@
|
||||
2001-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Don't default to win32 thread implementation on
|
||||
Cygwin. The gthread-win32 implementation really is for Win32 with
|
||||
MS runtime only. Let configure find pthreads when configuring for
|
||||
Cygwin.
|
||||
|
||||
* README.win32: Updates.
|
||||
|
||||
* glib/glib.def: Update.
|
||||
|
@ -1086,7 +1086,7 @@ if test "x$want_threads" = xyes || test "x$want_threads" = xposix \
|
||||
fi
|
||||
if test "x$want_threads" = xyes || test "x$want_threads" = xwin32; then
|
||||
case $host in
|
||||
*-*-mingw*|*-*-cygwin*)
|
||||
*-*-mingw*)
|
||||
have_threads=win32
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user