Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Don't default to win32 thread implementation on Cygwin. The gthread-w…
Browse files Browse the repository at this point in the history
…in32

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.
  • Loading branch information
tml1024 authored and Tor Lillqvist committed Oct 26, 2001
1 parent 319f661 commit 982edff
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-0
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-2
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-4
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-6
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-8
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 982edff

Please sign in to comment.