Link to gthread-2.0

We call g_thread_init and whatnot. Fixes bug #44.

Reported-by: Micah Gersten <micahg@ubuntu.com>
This commit is contained in:
David Benjamin 2011-12-29 08:40:52 -05:00
parent de08bfb186
commit 928c32260a
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -499,8 +499,8 @@ fi
# check for Glib 2.0 compile CFLAGS
if $pkgconfig --exists glib-2.0; then
GLIB_CFLAGS=`$pkgconfig --cflags glib-2.0`
GLIB_LIBS=`$pkgconfig --libs glib-2.0`
GLIB_CFLAGS=`$pkgconfig --cflags glib-2.0 gthread-2.0`
GLIB_LIBS=`$pkgconfig --libs glib-2.0 gthread-2.0`
GLIB_VERSION=`$pkgconfig --modversion glib-2.0`
else
echo "GLIB 2.0 environment not found"