We don't really use gthread directly

This commit is contained in:
Behdad Esfahbod 2009-11-02 18:35:12 -05:00
parent 63a792a811
commit a6451aa626
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ fi
dnl ==========================================================================
PKG_CHECK_MODULES(GLIB, glib-2.0 gthread-2.0, have_glib=true, have_glib=false)
PKG_CHECK_MODULES(GLIB, glib-2.0, have_glib=true, have_glib=false)
AC_DEFINE(HAVE_GLIB, 1, [Have FreeType 2 library])
AM_CONDITIONAL(HAVE_GLIB, $have_glib)