comparison configure.ac @ 14122:dabbcb9b013d

[gaim-migrate @ 16759] This initializes threads for glib and dbus, because under some circumstances multithreaded libraries are causing dbus badness (namely, gnome-vfs). This fix doesn't really belong in Gaim, but in the interest of expedience (we don't want to wait for upstream libraries to get their initializations all worked around to make things safe) the fix goes here. Note that all Gaim frontends will have to initialize glib threads if other threaded libraries which interact with glib or dbus or what-have-you come into play. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 14 Aug 2006 21:46:17 +0000
parents a8c9d714658c
children 009db0b357b5
comparison
equal deleted inserted replaced
14121:8af7f3a7015f 14122:dabbcb9b013d
634 AC_SUBST(CFLAGS) 634 AC_SUBST(CFLAGS)
635 635
636 AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([ 636 AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([
637 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib 637 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
638 *** development headers installed. The latest version of GLib is 638 *** development headers installed. The latest version of GLib is
639 *** always available at http://www.gtk.org/.])) 639 *** always available at http://www.gtk.org/.]),gthread)
640 AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([ 640 AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([
641 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+ 641 *** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
642 *** development headers installed. The latest version of GTK+ is 642 *** development headers installed. The latest version of GTK+ is
643 *** always available at http://www.gtk.org/.])) 643 *** always available at http://www.gtk.org/.]))
644 644