mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Remove a no longer needed hack for libtool < 1.5.2. (#100697, Owen Taylor,
2004-12-06 Matthias Clasen <mclasen@redhat.com> * configure.in: Remove a no longer needed hack for libtool < 1.5.2. (#100697, Owen Taylor, Sebastian Wilhelmi)
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							f8cd1aea9e
						
					
				
				
					commit
					5512fb6ef5
				
			@@ -1,3 +1,8 @@
 | 
			
		||||
2004-12-06  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Remove a no longer needed hack for 
 | 
			
		||||
	libtool < 1.5.2.  (#100697, Owen Taylor, Sebastian Wilhelmi)
 | 
			
		||||
 | 
			
		||||
2004-12-05  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2004-12-06  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Remove a no longer needed hack for 
 | 
			
		||||
	libtool < 1.5.2.  (#100697, Owen Taylor, Sebastian Wilhelmi)
 | 
			
		||||
 | 
			
		||||
2004-12-05  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2004-12-06  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Remove a no longer needed hack for 
 | 
			
		||||
	libtool < 1.5.2.  (#100697, Owen Taylor, Sebastian Wilhelmi)
 | 
			
		||||
 | 
			
		||||
2004-12-05  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2004-12-06  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Remove a no longer needed hack for 
 | 
			
		||||
	libtool < 1.5.2.  (#100697, Owen Taylor, Sebastian Wilhelmi)
 | 
			
		||||
 | 
			
		||||
2004-12-05  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,8 @@
 | 
			
		||||
2004-12-06  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* configure.in: Remove a no longer needed hack for 
 | 
			
		||||
	libtool < 1.5.2.  (#100697, Owen Taylor, Sebastian Wilhelmi)
 | 
			
		||||
 | 
			
		||||
2004-12-05  Tor Lillqvist  <tml@iki.fi>
 | 
			
		||||
 | 
			
		||||
	* glib/glib.symbols
 | 
			
		||||
 
 | 
			
		||||
@@ -1836,15 +1836,11 @@ fi
 | 
			
		||||
# 
 | 
			
		||||
#  a) GCC < 3.3 for Linux doesn't include -lpthread when
 | 
			
		||||
#     building shared libraries with linux.
 | 
			
		||||
#  b) libtool doesn't recognize -pthread as a library dependency.
 | 
			
		||||
#
 | 
			
		||||
case $host in
 | 
			
		||||
  *-*-linux*)
 | 
			
		||||
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-lpthread/`"
 | 
			
		||||
    ;;
 | 
			
		||||
  *)
 | 
			
		||||
    G_THREAD_LIBS_FOR_GTHREAD="`echo $G_THREAD_LIBS | sed s/-pthread/-Wc,-pthread/`"
 | 
			
		||||
    ;;
 | 
			
		||||
esac
 | 
			
		||||
 | 
			
		||||
AC_DEFINE_UNQUOTED(G_THREAD_SOURCE,"gthread-$have_threads.c",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user