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:
Matthias Clasen 2004-12-06 06:20:19 +00:00 committed by Matthias Clasen
parent f8cd1aea9e
commit 5512fb6ef5
6 changed files with 25 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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