Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non-linux platforms.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Feb 2005 04:24:16 +0000 (04:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 24 Feb 2005 04:24:16 +0000 (04:24 +0000)
2005-02-23  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD
on non-linux platforms.  (#168177, Michael Banck)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in

index a3c8e91..a981c26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD 
+       on non-linux platforms.  (#168177, Michael Banck)
+
        * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
        instead of LC_ALL to shield against LANGUAGE being set in 
        the environment.  (#168311, Suren A. Chilingaryan)
index a3c8e91..a981c26 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD 
+       on non-linux platforms.  (#168177, Michael Banck)
+
        * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
        instead of LC_ALL to shield against LANGUAGE being set in 
        the environment.  (#168311, Suren A. Chilingaryan)
index a3c8e91..a981c26 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD 
+       on non-linux platforms.  (#168177, Michael Banck)
+
        * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
        instead of LC_ALL to shield against LANGUAGE being set in 
        the environment.  (#168311, Suren A. Chilingaryan)
index a3c8e91..a981c26 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD 
+       on non-linux platforms.  (#168177, Michael Banck)
+
        * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
        instead of LC_ALL to shield against LANGUAGE being set in 
        the environment.  (#168311, Suren A. Chilingaryan)
index 513136f..1241773 100644 (file)
@@ -1867,6 +1867,9 @@ case $host in
   *-*-linux*)
     G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
     ;;
+  *)    
+    G_THREAD_LIBS_FOR_GTHREAD="$G_THREAD_LIBS"          
+    ;;
 esac
 
 AC_DEFINE_UNQUOTED(G_THREAD_SOURCE,"gthread-$have_threads.c",