~vcs-imports/denemo/trunk

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: R. Mattes
  • Date: 2011-08-04 09:03:42 UTC
  • mto: (3066.3.85)
  • mto: This revision was merged to the branch mainline in revision 3719.
  • Revision ID: git-v1:bdf558884e1feab413c06568c913afcd616481b7
Fixed missing g_thread_init (and lib flags)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
CFLAGS="$CFLAGS $RSVG_CFLAGS"
47
47
LIBS="$LIBS $RSVG_LIBS"
48
48
 
 
49
# The following is needed fot g_thread_init
49
50
PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.2.0)
50
51
CFLAGS="$CFLAGS $FONTCONFIG_CFLAGS"
51
52
LIBS="$LIBS $FONTCONFIG_LIBS"
52
53
 
 
54
 
55
PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= 2.22.0)
 
56
LIBS="$LIBS $GTHREAD_LIBS"
 
57
 
53
58
AC_ARG_WITH(
54
59
  included-smf,
55
60
  AC_HELP_STRING([--with-included-smf], [use SMF @<:@default=check@:>@]),