gnome-terminal r3284 - trunk



Author: bcameron
Date: Wed Jan 21 20:05:48 2009
New Revision: 3284
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3284&view=rev

Log:
	Add gthread-2.0 to the PKG_CHECK_MODULES call in configure.ac.  This
	fixes bug #568507 where Solaris was failing to link gnome-terminal
	because on Solaris links must be explicit.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 21 20:05:48 2009
@@ -48,6 +48,7 @@
 PKG_CHECK_MODULES([TERM],
   [vte >= $VTE_REQUIRED
    glib-2.0 >= $GLIB_REQUIRED
+   gthread-2.0
    gio-2.0
    gtk+-2.0 >= $GTK_REQUIRED
    gconf-2.0 >= $GCONF_REQUIRED



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]