~chasedouglas/libgrip/test

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Chase Douglas
  • Date: 2012-07-26 00:26:09 UTC
  • mfrom: (70.1.1 libgrip)
  • Revision ID: chase.douglas@canonical.com-20120726002609-w0qjr80k347agyg5
Link against geis instead of utouch-geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
AC_SUBST(GTK_CFLAGS)
76
76
AC_SUBST(GTK_LIBS)
77
77
 
78
 
PKG_CHECK_MODULES(GEIS, libutouch-geis >= 2.1.1)
 
78
PKG_CHECK_MODULES(GEIS, libgeis >= 2.1.1)
79
79
AC_SUBST(GEIS_CFLAGS)
80
80
AC_SUBST(GEIS_LIBS)
81
81