Don't default to win32 thread implementation on Cygwin. The gthread-win32
authorTor Lillqvist <tml@iki.fi>
Fri, 26 Oct 2001 05:38:32 +0000 (05:38 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 26 Oct 2001 05:38:32 +0000 (05:38 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 2bfa76f..ff8b07c 100644 (file)
--- a/ChangeLog
+++ b/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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index 2bfa76f..ff8b07c 100644 (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.
index ac0ee35..d9d44a6 100644 (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