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:
Tor Lillqvist 2001-10-26 05:38:32 +00:00 committed by Tor Lillqvist
parent 319f661027
commit 982edff615
9 changed files with 41 additions and 1 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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